Primary template functor for the minimum of a continuous function. More...
#include <function_math.hpp>
| Private Member Functions | |
| Minimum () | |
| Private constructor - prevents instantiation of this primary template.  More... | |
| virtual | ~Minimum () | 
Primary template functor for the minimum of a continuous function.
Minimum 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 86 of file function_math.hpp.
| 
 | inlineprivate | 
Private constructor - prevents instantiation of this primary template.
Definition at line 91 of file function_math.hpp.
| 
 | inlineprivatevirtual | 
Definition at line 92 of file function_math.hpp.