Mathematical maximum on a compact interval for cubic polynomials. More...
#include <polynomial.hpp>
Public Member Functions | |
ECL_PUBLIC double | operator() (const double &x_begin, const double &x_end, const CubicPolynomial &cubic) |
Returns the maximum of a cubic polynomial. More... | |
virtual | ~Maximum () |
Mathematical maximum on a compact interval for cubic polynomials.
Mathematical maximum on a compact interval for cubic polynomials.
Definition at line 1014 of file polynomial.hpp.
|
inlinevirtual |
Definition at line 1027 of file polynomial.hpp.
double ecl::Maximum< CubicPolynomial >::operator() | ( | const double & | x_begin, |
const double & | x_end, | ||
const CubicPolynomial & | cubic | ||
) |
Returns the maximum of a cubic polynomial.
Returns the maximum of the specified cubic polynomial on the given compact interval.
x_begin | : beginning of the compact interval. |
x_end | : end of the compact interval. |
cubic | : the cubic polynomial. |
Definition at line 180 of file polynomial.cpp.