Derive a concrete class from this one if you have a scalar function of a single scalar variable that you want to differentiate.
More...
#include <Differentiator.h>
List of all members.
Detailed Description
Derive a concrete class from this one if you have a scalar function of a single scalar variable that you want to differentiate.
Constructor & Destructor Documentation
SimTK::Differentiator::ScalarFunction::ScalarFunction |
( |
Real |
acc = -1 | ) |
[explicit, protected] |
virtual SimTK::Differentiator::ScalarFunction::~ScalarFunction |
( |
| ) |
[inline, protected, virtual] |
Member Function Documentation
virtual int SimTK::Differentiator::ScalarFunction::f |
( |
Real |
x, |
|
|
Real & |
fx |
|
) |
| const [pure virtual] |
The documentation for this class was generated from the following file: