$search

ecl::Maximum< CubicPolynomial > Class Template Reference

Mathematical maximum on a compact interval for cubic polynomials. More...

#include <polynomial.hpp>

List of all members.

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.
virtual ~Maximum ()

Detailed Description

template<>
class ecl::Maximum< CubicPolynomial >

Mathematical maximum on a compact interval for cubic polynomials.

Mathematical maximum on a compact interval for cubic polynomials.

See also:
Maximum, CubicPolynomial, Math::Polynomials.

Definition at line 1003 of file polynomial.hpp.


Constructor & Destructor Documentation

virtual ecl::Maximum< CubicPolynomial >::~Maximum (  )  [inline, virtual]

Definition at line 1016 of file polynomial.hpp.


Member Function Documentation

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.

Parameters:
x_begin : beginning of the compact interval.
x_end : end of the compact interval.
cubic : the cubic polynomial.
Returns:
double : the maximum.

Definition at line 180 of file polynomial.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines


ecl_geometry
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Fri Mar 1 15:21:46 2013