![]() |
VR-Forces 4.8 Class Documentation
|
Public Member Functions | |
| DtLinearSystem (int _dim_X, int _dim_U, int _dim_Y, bool init=true, int c=-1, int r=-1) | |
Public Attributes | |
| DtMatrix | myMatA |
| DtMatrix | myMatB |
| DtMatrix | myMatC |
| DtMatrix | myMatD |
| DtMatrix | myMatX |
| DtMatrix | myMatU |
| DtMatrix | myMatY |
| int | myDimX |
| int | myDimU |
| int | myDimY |
Private Attributes | |
| DtMatrix | myMatZ |
| DtMatrix | myMatT |
| DtLinearSystem::DtLinearSystem | ( | int | _dim_X, |
| int | _dim_U, | ||
| int | _dim_Y, | ||
| bool | init = true, |
||
| int | c = -1, |
||
| int | r = -1 |
||
| ) |
| DtMatrix DtLinearSystem::myMatA |
| DtMatrix DtLinearSystem::myMatB |
| DtMatrix DtLinearSystem::myMatC |
| DtMatrix DtLinearSystem::myMatD |
| DtMatrix DtLinearSystem::myMatX |
| DtMatrix DtLinearSystem::myMatU |
| DtMatrix DtLinearSystem::myMatY |
| int DtLinearSystem::myDimX |
| int DtLinearSystem::myDimU |
| int DtLinearSystem::myDimY |
|
private |
|
private |