Function Class Reference
This abstract class defines a function to be differentiated (repeatedly) by a Differentiator object.
More...
#include <Differentiator.h>
List of all members.
Detailed Description
This abstract class defines a function to be differentiated (repeatedly) by a Differentiator object.
Users should not access this class directly; instead, use one of the specialized function classes ScalarFunction, GradientFunction, or JacobianFunction depending on the type of function you want to differentiate.
The Differentiator class will assume the function is calculated to about machine accuracy unless told otherwise. But if f is the result of some approximate calculation (for example, it came from another Differentiator approximation, or from numerical integration), we will need to know that in order to have a reasonable crack at calculating df.
Constructor & Destructor Documentation
Member Function Documentation
Real getEstimatedAccuracy |
( |
|
) |
const |
int getNumCalls |
( |
|
) |
const |
int getNumFailures |
( |
|
) |
const |
int getNumFunctions |
( |
|
) |
const |
int getNumParameters |
( |
|
) |
const |
void resetAllStatistics |
( |
|
) |
|
Friends And Related Function Documentation
Member Data Documentation
FunctionRep* rep [protected] |
The documentation for this class was generated from the following file: