Primary template functor for the roots of a function (x-axis intercepts). More...
#include <function_math.hpp>
Private Member Functions | |
Roots () | |
Private constructor - prevents instantiation of this primary template. | |
virtual | ~Roots () |
Primary template functor for the roots of a function (x-axis intercepts).
Definition at line 120 of file function_math.hpp.
ecl::Roots< Function >::Roots | ( | ) | [inline, private] |
Private constructor - prevents instantiation of this primary template.
Definition at line 125 of file function_math.hpp.
virtual ecl::Roots< Function >::~Roots | ( | ) | [inline, private, virtual] |
Definition at line 126 of file function_math.hpp.