State of the system.
More...
#include <State.h>
|
| static State | Zero (int n) |
| | Construct a new State object and initilaize with all zeros.
|
| |
|
| Eigen::Matrix< double, Eigen::Dynamic, 1 > | y |
| | Vector of solution quantities.
|
| |
| Eigen::Matrix< double, Eigen::Dynamic, 1 > | ydot |
| | Derivate of y.
|
| |
State of the system.
Stores the current state of a system, i.e. the current value and derivate of all variables.
◆ State() [1/3]
Construct a new State object.
◆ State() [2/3]
Construct a new State object.
- Parameters
-
◆ ~State()
Destroy the State object.
◆ State() [3/3]
| State::State |
( |
const State & | state | ) |
|
Copy a State object.
- Parameters
-
◆ Zero()
| State State::Zero |
( |
int | n | ) |
|
|
static |
Construct a new State object and initilaize with all zeros.
- Parameters
-
- Returns
- New state initialized with all zeros
| Eigen::Matrix<double, Eigen::Dynamic, 1> State::y |
Vector of solution quantities.
◆ ydot
| Eigen::Matrix<double, Eigen::Dynamic, 1> State::ydot |
The documentation for this class was generated from the following files: