DUECA/DUSIME
|
This is the complete list of members for LinearSystem, including all inherited members.
acceptState(const Vector &x_new) | LinearSystem | virtual |
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 |
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 | |
m | LinearSystem | protected |
n | LinearSystem | protected |
operator=(const LinearSystem &o) | LinearSystem | |
Phi | LinearSystem | protected |
Psi | LinearSystem | protected |
reset() | LinearSystem | virtual |
step(const Vector &u) | LinearSystem | virtual |
step(double u) | LinearSystem | virtual |
x | LinearSystem | protected |
y | LinearSystem | protected |
~LinearSystem() | LinearSystem | virtual |