DUECA/DUSIME
|
This defines a "data-pack", with room for workspace for the Euler integration below. More...
Public Member Functions | |
EulerWorkspace (unsigned int size) | |
Constructor. More... | |
EulerWorkspace (double *data, unsigned int size) | |
Constructor with external data. More... | |
~EulerWorkspace () | |
Destructor. More... | |
Public Attributes | |
VectorE | xd |
Eigen vectors. More... | |
This defines a "data-pack", with room for workspace for the Euler integration below.
Call with the correct state vector size.
EulerWorkspace::EulerWorkspace | ( | unsigned int | size | ) |
Constructor.
size | Size of the state vector for integration. |
EulerWorkspace::EulerWorkspace | ( | double * | data, |
unsigned int | size | ||
) |
Constructor with external data.
The data must hold 1xsize variables
EulerWorkspace::~EulerWorkspace | ( | ) |
Destructor.
VectorE EulerWorkspace::xd |
Eigen vectors.