DUECA/DUSIME
Public Member Functions | Public Attributes | List of all members
EulerWorkspace Class Reference

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...
 

Detailed Description

This defines a "data-pack", with room for workspace for the Euler integration below.

Call with the correct state vector size.

Constructor & Destructor Documentation

◆ EulerWorkspace() [1/2]

EulerWorkspace::EulerWorkspace ( unsigned int  size)

Constructor.

Parameters
sizeSize of the state vector for integration.

◆ EulerWorkspace() [2/2]

EulerWorkspace::EulerWorkspace ( double *  data,
unsigned int  size 
)

Constructor with external data.

The data must hold 1xsize variables

◆ ~EulerWorkspace()

EulerWorkspace::~EulerWorkspace ( )

Destructor.

Member Data Documentation

◆ xd

VectorE EulerWorkspace::xd

Eigen vectors.


The documentation for this class was generated from the following file: