Used as a parent to load function math into function classes. More...
#include <function_math.hpp>
Public Member Functions | |
FunctionMath () | |
Default empty constructor (loads no math). | |
virtual | ~FunctionMath () |
Used as a parent to load function math into function classes.
Used a bit like the blueprint factory for polynomials. Implementation is in the specialisations (if it has any).
Definition at line 37 of file function_math.hpp.
ecl::FunctionMath< Function >::FunctionMath | ( | ) | [inline] |
Default empty constructor (loads no math).
Definition at line 42 of file function_math.hpp.
virtual ecl::FunctionMath< Function >::~FunctionMath | ( | ) | [inline, virtual] |
Definition at line 43 of file function_math.hpp.