int ulqr_SolveRiccati(RiccatiSolver *solver)
Solve the LQR problem using Riccati recursion and a forward simulation of the linear dynamics.
Definition: riccati_solve.c:11
int ulqr_ForwardPass(RiccatiSolver *solver)
Run the Riccati forward pass to solve for the solution vector.
Definition: riccati_solve.c:125
int ulqr_BackwardPass(RiccatiSolver *solver)
Run the Riccati solver backward pass.
Definition: riccati_solve.c:33