Private Member Functions | List of all members
ecl::Maximum< Function > Class Template Reference

Primary template functor for the maximum of a continuous function. More...

#include <function_math.hpp>

Private Member Functions

 Maximum ()
 Private constructor - prevents instantiation of this primary template. More...
 
virtual ~Maximum ()
 

Detailed Description

template<typename Function>
class ecl::Maximum< Function >

Primary template functor for the maximum of a continuous function.

Maximum of a continuous function on a bounded interval. This functor is only a primary template, the specialisations do the actual work. Consequently this class cannot be instantiated directly.

See also
Maximum<LinearFunction>, Maximum<CubicPolynomial>.

Definition at line 60 of file function_math.hpp.

Constructor & Destructor Documentation

template<typename Function >
ecl::Maximum< Function >::Maximum ( )
inlineprivate

Private constructor - prevents instantiation of this primary template.

Definition at line 65 of file function_math.hpp.

template<typename Function >
virtual ecl::Maximum< Function >::~Maximum ( )
inlineprivatevirtual

Definition at line 66 of file function_math.hpp.


The documentation for this class was generated from the following file:


ecl_geometry
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:38