This is the complete list of members for dueca::LinearSystem, including all inherited members.
acceptState(const Vector &x_new) | dueca::LinearSystem | virtual |
C | dueca::LinearSystem | protected |
createFromABCD(const Matrix &A, const Matrix &B, const Matrix &C, const Matrix &D, double dt) | dueca::LinearSystem | |
createFromNumDen(const Vector &num, const Vector &den, double dt) | dueca::LinearSystem | |
createFromPhiPsiCD(const Matrix &phi, const Matrix &psi, const Matrix &C, const Matrix &D) | dueca::LinearSystem | |
D | dueca::LinearSystem | protected |
getC() const | dueca::LinearSystem | inline |
getD() const | dueca::LinearSystem | inline |
getPhi() const | dueca::LinearSystem | inline |
getPsi() const | dueca::LinearSystem | inline |
getX() const | dueca::LinearSystem | inline |
getX() | dueca::LinearSystem | inline |
getY() const | dueca::LinearSystem | inline |
LinearSystem() | dueca::LinearSystem | |
LinearSystem(const Vector &num, const Vector &den, double dt) | dueca::LinearSystem | |
LinearSystem(const LinearSystem &) | dueca::LinearSystem | |
LinearSystem(const Matrix &A, const Matrix &B, const Matrix &C, const Matrix &D, double dt) | dueca::LinearSystem | |
LinearSystem(const Matrix &phi, const Matrix &psi, const Matrix &C, const Matrix &D) | dueca::LinearSystem | |
m | dueca::LinearSystem | protected |
n | dueca::LinearSystem | protected |
operator=(const LinearSystem &o) | dueca::LinearSystem | |
Phi | dueca::LinearSystem | protected |
Psi | dueca::LinearSystem | protected |
reset() | dueca::LinearSystem | virtual |
step(const Vector &u) | dueca::LinearSystem | virtual |
step(double u) | dueca::LinearSystem | virtual |
x | dueca::LinearSystem | protected |
y | dueca::LinearSystem | protected |
~LinearSystem() | dueca::LinearSystem | virtual |