12 #ifndef ECL_GEOMETRY_FUNCTION_MATH_HPP_ 13 #define ECL_GEOMETRY_FUNCTION_MATH_HPP_ 36 template <
typename Function>
59 template <
typename Function>
79 template <
typename Function>
93 template <
typename Function>
106 template <
typename Function>
119 template <
typename Function>
Intersection()
Private constructor - prevents instantiation of this primary template.
Primary template functor for the maximum of a continuous function.
Embedded control libraries.
Primary template functor for the roots of a function (x-axis intercepts).
Roots()
Private constructor - prevents instantiation of this primary template.
Minimum()
Private constructor - prevents instantiation of this primary template.
Primary template functor for polynomial division.
Primary template functor for the intersection of like functions.
Maximum()
Private constructor - prevents instantiation of this primary template.
FunctionMath()
Default empty constructor (loads no math).
Division()
Private constructor - prevents instantiation of this primary template.
Used as a parent to load function math into function classes.
Primary template functor for the minimum of a continuous function.