#include <mbs_lqr_struct.h>
Public Attributes | |
| MbsSS * | ss |
| copy of the state-space representation given as an argument More... | |
| double ** | Q |
| symmetric gain matrix for regulation (tracking) More... | |
| double ** | R |
| symmetric gain matrix for input More... | |
| double ** | N |
| gain matrix for cross terms More... | |
| MbsRiccati * | ric |
| computation structure used to solve the Algebraic Riccation Equation More... | |
| double ** | K |
| the gain matrix for the Linear Quadratic Regulator More... | |
| double** K |
the gain matrix for the Linear Quadratic Regulator
| double** N |
gain matrix for cross terms
| double** Q |
symmetric gain matrix for regulation (tracking)
| double** R |
symmetric gain matrix for input
| MbsRiccati* ric |
computation structure used to solve the Algebraic Riccation Equation
| MbsSS* ss |
copy of the state-space representation given as an argument
1.8.17