List of all members.
Public Member Functions |
| LinearSystem () |
| LinearSystem (const unsigned dim, const Matrix C, const Vector d) |
| LinearSystem (const unsigned dim, const Matrix C, const Vector d, Set *input) |
virtual | ~LinearSystem () |
Vector | eval (const Vector &x) |
Matrix | getA () const |
Vector | getB () const |
Set * | getInputSet () const |
void | setA (Matrix a) |
void | setB (Vector b) |
void | setInputSet (Set *inputSet) |
Constructor & Destructor Documentation
Non-consistent constructor
Constructor or an affine system without input
- Parameters:
-
dim | the dimension of the system |
C | a matrix representing the linear part of the affine dynamic x'=Cx+d |
d | a vector representing a constant part of the affine dynamic x'=Cx+d |
Constructor or an affine system with input
- Parameters:
-
dim | the dimension of the system |
C | a matrix representing the linear part of the affine dynamic x'=Cx+d |
d | a vector representing a constant part of the affine dynamic x'=Cx+d |
input | the input set |
Member Function Documentation
The documentation for this class was generated from the following files: