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

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 ()
 

Detailed Description

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

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.

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

Definition at line 80 of file function_math.hpp.

Constructor & Destructor Documentation

◆ Minimum()

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

Private constructor - prevents instantiation of this primary template.

Definition at line 85 of file function_math.hpp.

◆ ~Minimum()

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

Definition at line 86 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 Feb 28 2022 22:18:49