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. | |
virtual | ~Maximum () |
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.
Definition at line 60 of file function_math.hpp.
ecl::Maximum< Function >::Maximum | ( | ) | [inline, private] |
Private constructor - prevents instantiation of this primary template.
Definition at line 65 of file function_math.hpp.
virtual ecl::Maximum< Function >::~Maximum | ( | ) | [inline, private, virtual] |
Definition at line 66 of file function_math.hpp.