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). More... | |
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.
|
inline |
Default empty constructor (loads no math).
Definition at line 42 of file function_math.hpp.
|
inlinevirtual |
Definition at line 43 of file function_math.hpp.