DUECA/DUSIME
|
This is the complete list of members for Integrator, including all inherited members.
acceptState(const Vector &x_new) | Integrator | virtual |
acceptState(double x_new) | Integrator | |
C | LinearSystem | protected |
createFromABCD(const Matrix &A, const Matrix &B, const Matrix &C, const Matrix &D, double dt) | LinearSystem | |
createFromNumDen(const Vector &num, const Vector &den, double dt) | LinearSystem | |
createFromPhiPsiCD(const Matrix &phi, const Matrix &psi, const Matrix &C, const Matrix &D) | LinearSystem | |
D | LinearSystem | protected |
getC() const | LinearSystem | inline |
getD() const | LinearSystem | inline |
getPhi() const | LinearSystem | inline |
getPsi() const | LinearSystem | inline |
getX() const | LinearSystem | inline |
getX() | LinearSystem | inline |
getY() const | LinearSystem | inline |
Integrator(double dt=0.01) | Integrator | |
Integrator(double lower_limit, double upper_limit, double dt=0.01) | Integrator | |
isSaturated() const | LimitedLinearSystem | inline |
LimitedLinearSystem() | LimitedLinearSystem | |
LimitedLinearSystem(const Vector &num, const Vector &den, double dt) | LimitedLinearSystem | |
LimitedLinearSystem(const LimitedLinearSystem &) | LimitedLinearSystem | |
LimitedLinearSystem(const Matrix &A, const Matrix &B, const Matrix &C, const Matrix &D, double dt) | LimitedLinearSystem | |
LinearSystem() | LinearSystem | |
LinearSystem(const Vector &num, const Vector &den, double dt) | LinearSystem | |
LinearSystem(const LinearSystem &) | LinearSystem | |
LinearSystem(const Matrix &A, const Matrix &B, const Matrix &C, const Matrix &D, double dt) | LinearSystem | |
LinearSystem(const Matrix &phi, const Matrix &psi, const Matrix &C, const Matrix &D) | LinearSystem | |
ll | LimitedLinearSystem | protected |
m | LinearSystem | protected |
n | LinearSystem | protected |
operator=(const LimitedLinearSystem &o) | LimitedLinearSystem | |
LinearSystem::operator=(const LinearSystem &o) | LinearSystem | |
Phi | LinearSystem | protected |
Psi | LinearSystem | protected |
reset() | LimitedLinearSystem | virtual |
saturation | LimitedLinearSystem | protected |
setDT(double dt) | Integrator | |
setSaturationLimits(const Vector &lower, const Vector &upper) | Integrator | |
setSaturationLimits(double lower_limit, double upper_limit) | Integrator | |
step(const Vector &u) | Integrator | virtual |
step(double u) | Integrator | virtual |
ul | LimitedLinearSystem | protected |
x | LinearSystem | protected |
y | LinearSystem | protected |
~Integrator() | Integrator | |
~LimitedLinearSystem() | LimitedLinearSystem | virtual |
~LinearSystem() | LinearSystem | virtual |