#include <aodemodel.h>
Public Member Functions | |
AOdeModel () | |
virtual | ~AOdeModel () |
virtual void | f (T t, const adoreMatrix< T, 0, 1 > &x_in, adoreMatrix< T, 0, 1 > &dx_out)=0 |
A model, represented by a ordinary differential equation. Template T is type, e. g. float or double, template n is the number of dimensions of the differential equation.
|
inline |
|
inlinevirtual |
|
pure virtual |
evaluation of derivative.
t | point of time at which derivative is computed |
x_in | state at which derivative is computed |
dx_out | derivative of state output |
Implemented in adore::mad::LSpiralFunction< T, M >::diffspiral, adore::fun::VLB_OpenLoop, and adore::fun::KinematicModel.