Implements a parameter. More...
#include <lyapunov.hpp>

Public Attributes | |
| Expression | A |
| Expression | B |
| Expression | P |
| Expression | p |
| Expression | pseed |
| Expression | rhs1 |
| Expression | rhs2 |
| Expression | u |
| Expression | useed |
| Expression | w |
| Expression | x1 |
| Expression | x2 |
| Expression | YP |
| Expression | Yx1 |
| Expression | Yx2 |
Additional Inherited Members | |
Protected Member Functions inherited from Expression | |
| Expression | add (const Expression &arg) const |
| Expression & | assignmentSetup (const Expression &arg) |
| void | construct (VariableType variableType_, uint globalTypeID_, uint nRows_, uint nCols_, const std::string &name_) |
| void | copy (const Expression &rhs) |
| void | deleteAll () |
| Expression | div (const Expression &arg) const |
| Expression | mul (const Expression &arg) const |
| Operator * | product (const Operator *a, const Operator *b) const |
| Expression | sub (const Expression &arg) const |
Protected Attributes inherited from Expression | |
| uint | component |
| uint | dim |
| Operator ** | element |
| std::string | name |
| uint | nCols |
| uint | nRows |
| VariableType | variableType |
Implements a parameter.
The class LYAPUNOV implements a Lyapunov object
Definition at line 54 of file lyapunov.hpp.
| BEGIN_NAMESPACE_ACADO Lyapunov::Lyapunov | ( | ) |
Definition at line 39 of file lyapunov.cpp.
| Lyapunov::Lyapunov | ( | const Expression & | rhs1, |
| const Expression & | A_, | ||
| const Expression & | B_, | ||
| const Expression & | P_, | ||
| const Expression & | x1_, | ||
| const Expression & | u_, | ||
| const Expression & | p_ | ||
| ) |
Default constructor
Definition at line 42 of file lyapunov.cpp.
| Lyapunov::Lyapunov | ( | const Expression & | rhs1, |
| const Expression & | rhs2, | ||
| const Expression & | A_, | ||
| const Expression & | B_, | ||
| const Expression & | P_, | ||
| const Expression & | x1_, | ||
| const Expression & | x2_, | ||
| const Expression & | u_, | ||
| const Expression & | p_ | ||
| ) |
Definition at line 53 of file lyapunov.cpp.
| Lyapunov::Lyapunov | ( | const Expression & | rhs1, |
| const Expression & | rhs2, | ||
| const Expression & | A_, | ||
| const Expression & | B_, | ||
| const Expression & | P_, | ||
| const Expression & | x1_, | ||
| const Expression & | x2_, | ||
| const Expression & | u_, | ||
| const Expression & | p_, | ||
| const Expression & | useed_, | ||
| const Expression & | pseed_, | ||
| const Expression & | Yx1_, | ||
| const Expression & | Yx2_, | ||
| const Expression & | YP_ | ||
| ) |
Definition at line 66 of file lyapunov.cpp.
| Lyapunov::Lyapunov | ( | const Expression & | rhs1, |
| const Expression & | A_, | ||
| const Expression & | B_, | ||
| const Expression & | P_, | ||
| const Expression & | x1_, | ||
| const Expression & | u_, | ||
| const Expression & | p_, | ||
| const Expression & | w_ | ||
| ) |
Definition at line 85 of file lyapunov.cpp.
| Lyapunov::Lyapunov | ( | const Expression & | rhs1, |
| const Expression & | rhs2, | ||
| const Expression & | A_, | ||
| const Expression & | B_, | ||
| const Expression & | P_, | ||
| const Expression & | x1_, | ||
| const Expression & | x2_, | ||
| const Expression & | u_, | ||
| const Expression & | p_, | ||
| const Expression & | w_ | ||
| ) |
Definition at line 97 of file lyapunov.cpp.
| Lyapunov::Lyapunov | ( | const Expression & | rhs1, |
| const Expression & | rhs2, | ||
| const Expression & | A_, | ||
| const Expression & | B_, | ||
| const Expression & | P_, | ||
| const Expression & | x1_, | ||
| const Expression & | x2_, | ||
| const Expression & | u_, | ||
| const Expression & | p_, | ||
| const Expression & | w_, | ||
| const Expression & | useed_, | ||
| const Expression & | pseed_, | ||
| const Expression & | Yx1_, | ||
| const Expression & | Yx2_, | ||
| const Expression & | YP_ | ||
| ) |
Definition at line 111 of file lyapunov.cpp.
| Lyapunov::Lyapunov | ( | const Lyapunov & | arg | ) |
Default constructor
Definition at line 131 of file lyapunov.cpp.
|
virtual |
Default destructor.
Definition at line 152 of file lyapunov.cpp.
| BooleanType Lyapunov::isEmpty | ( | ) | const |
Definition at line 178 of file lyapunov.cpp.
Definition at line 155 of file lyapunov.cpp.
| Expression Lyapunov::A |
Definition at line 116 of file lyapunov.hpp.
| Expression Lyapunov::B |
Definition at line 117 of file lyapunov.hpp.
| Expression Lyapunov::P |
Definition at line 118 of file lyapunov.hpp.
| Expression Lyapunov::p |
Definition at line 122 of file lyapunov.hpp.
| Expression Lyapunov::pseed |
Definition at line 124 of file lyapunov.hpp.
| Expression Lyapunov::rhs1 |
Definition at line 114 of file lyapunov.hpp.
| Expression Lyapunov::rhs2 |
Definition at line 115 of file lyapunov.hpp.
| Expression Lyapunov::u |
Definition at line 121 of file lyapunov.hpp.
| Expression Lyapunov::useed |
Definition at line 125 of file lyapunov.hpp.
| Expression Lyapunov::w |
Definition at line 123 of file lyapunov.hpp.
| Expression Lyapunov::x1 |
Definition at line 119 of file lyapunov.hpp.
| Expression Lyapunov::x2 |
Definition at line 120 of file lyapunov.hpp.
| Expression Lyapunov::YP |
Definition at line 128 of file lyapunov.hpp.
| Expression Lyapunov::Yx1 |
Definition at line 126 of file lyapunov.hpp.
| Expression Lyapunov::Yx2 |
Definition at line 127 of file lyapunov.hpp.