#include <numdiff.h>
List of all members.
Public Types |
typedef double(Instance::* | pFun )(double x) |
| Callback function: y=f(x)
|
Public Member Functions |
| Diff (Instance *p2Inst) |
double | DyDx (pFun p2Fun, double AtX, double StepSize=1.0e-8) |
| Evaluate dy_dx at x.
|
double | CallFun (double x) const |
Public Attributes |
int | Method |
double | LastAbsErr |
| Last Absolute Error.
|
template<typename Instance>
class Numerical::Diff< Instance >
Member Typedef Documentation
template<typename Instance>
Callback function: y=f(x)
Constructor & Destructor Documentation
template<typename Instance >
Member Function Documentation
template<typename Instance>
template<typename Instance >
Member Data Documentation
template<typename Instance>
template<typename Instance>
-1=backward, 0=central, 1=forward
The documentation for this class was generated from the following file:
- /home/dorival/mechsys/lib/numerical/numdiff.h