|
Simbody
3.4 (development)
|
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>
Inheritance diagram for SimTK::Differentiator::ScalarFunction:Public Member Functions | |
| virtual int | f (Real x, Real &fx) const =0 |
Protected Member Functions | |
| ScalarFunction (Real acc=-1) | |
| virtual | ~ScalarFunction () |
Derive a concrete class from this one if you have a scalar function of a single scalar variable that you want to differentiate.
| SimTK::Differentiator::ScalarFunction::ScalarFunction | ( | Real | acc = -1 | ) | [explicit, protected] |
| virtual SimTK::Differentiator::ScalarFunction::~ScalarFunction | ( | ) | [inline, protected, virtual] |
| virtual int SimTK::Differentiator::ScalarFunction::f | ( | Real | x, |
| Real & | fx | ||
| ) | const [pure virtual] |