Go to the source code of this file.
Classes | |
struct | MbsRiccati |
Functions | |
int | mbs_solve_riccati (MbsRiccati *ric) |
int | mbs_schurFactorization (double **A_colmaj, int n, double *WR, double *WI, double **Z_colmaj) |
int | mbs_invLU_0 (double **A, double **Am1, int n) |
Inverse the square matrix A using a LU decomposition. More... | |
MbsRiccati * | mbs_new_riccati (int n) |
void | mbs_delete_riccati (MbsRiccati *ric) |
void mbs_delete_riccati | ( | MbsRiccati * | ric | ) |
int mbs_invLU_0 | ( | double ** | A, |
double ** | Am1, | ||
int | n | ||
) |
Inverse the square matrix A using a LU decomposition.
[in] | A | : the matrix to inverse |
[out] | Am1 | : the inverse of the matrix A |
[in] | n | : size of the matrix A |
MbsRiccati* mbs_new_riccati | ( | int | n | ) |
int mbs_schurFactorization | ( | double ** | A_colmaj, |
int | n, | ||
double * | WR, | ||
double * | WI, | ||
double ** | Z_colmaj | ||
) |
int mbs_solve_riccati | ( | MbsRiccati * | ric | ) |