40 #ifndef _THREEPOINTSNUMERICALDERIVATIVE_H_ 41 #define _THREEPOINTSNUMERICALDERIVATIVE_H_ 134 #endif // _THREEPOINTSNUMERICALDERIVATIVE_H_ Exception thrown when a parameter is not found, for instance in a ParameterList.
ThreePointsNumericalDerivative * clone() const
Create a copy of this object and send a pointer to it.
ThreePointsNumericalDerivative(DerivableSecondOrder *function)
void updateDerivatives(const ParameterList parameters)
Compute derivatives.
This class allows to perform a correspondence analysis.
This is the function abstract class.
ThreePointsNumericalDerivative(Function *function)
Numerical derivative function wrapper, partial implementation.
The parameter list object.
virtual ~ThreePointsNumericalDerivative()
Three points numerical derivative function wrapper.
ThreePointsNumericalDerivative(DerivableFirstOrder *function)
double getValue() const
Get the value of the function at the current point.
This is the abstract class for second order derivable functions.
This is the abstract class for first order derivable functions.
Exception thrown when a value do not match a given constraint.