A class representing arbitrary order derivatives of a function. More...
#include <Functions.h>
Public Member Functions | |
virtual double | order (unsigned deriv_order=1) const =0 |
Derivative of the given order of the function with respect to its argument. More... | |
virtual | ~FunctionDerivatives () |
Clean up. More... | |
A class representing arbitrary order derivatives of a function.
Definition at line 66 of file Functions.h.
|
inlinevirtual |
Clean up.
Definition at line 73 of file Functions.h.
|
pure virtual |
Derivative of the given order of the function with respect to its argument.
Implemented in CosFunction, LogFunction, ScaledFunction, FunctionToPower, FunctionRatio, PiecewiseFunction, FuncPlusFunc, ExponentialPlusFunc, Core::ZeroDerivatives, StellarEvolution::PolynomialEvolutionQuantity, Core::CubicSplineDerivatives, StellarEvolution::LogDerivatives, and StellarEvolution::SumDerivatives.