Primary template functor for polynomial division. More...
#include <function_math.hpp>
Private Member Functions | |
Division () | |
Private constructor - prevents instantiation of this primary template. | |
virtual | ~Division () |
Primary template functor for polynomial division.
Definition at line 107 of file function_math.hpp.
ecl::Division< Function >::Division | ( | ) | [inline, private] |
Private constructor - prevents instantiation of this primary template.
Definition at line 112 of file function_math.hpp.
virtual ecl::Division< Function >::~Division | ( | ) | [inline, private, virtual] |
Definition at line 113 of file function_math.hpp.