rsLQR
0.1
|
Stores a list of CholeskyInfo structs for the rsLQR solver. More...
#include <cholesky_factors.h>
Data Fields | |
int | depth |
int | nhorizon |
CholeskyInfo * | cholinfo |
int | numfacts |
Stores a list of CholeskyInfo structs for the rsLQR solver.
Initialize a new struct using ndlqr_NewCholeskyFactors(), which must be paired with a call to ndlqr_FreeCholeskyFactors().