#include <aodemodel.h>
Public Member Functions | |
AOdeModelWithOutput () | |
virtual | ~AOdeModelWithOutput () |
virtual void | fh (T t, const adoreMatrix< T, 0, 1 > &x_in, adoreMatrix< T, 0, 1 > &dx_out, adoreMatrix< T, 0, 1 > &y_out)=0 |
A model, represented by a ordinary differential equation and nonlinear output 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 and output.
t | point of time at which derivative is computed |
x_in | state at which derivative is computed |
dx_out | derivative of state, written by function |
y_out | model output, written by function |
Implemented in adore::fun::RoadCoordinateConverter::ZeroDynamicsModel.