LQRProblem * ndlqr_ReadLQRProblemJSONFile(const char *filename)
Read and LQRProblem structure from JSON data.
Definition: json_utils.c:186
Defines the LQRProblem type.
Matrix type and basic operations.
Represents a matrix of double-precision data.
Definition: matrix.h:71
Matrix ReadMatrixJSONFile(const char *filename, const char *name)
Read a Matrix from a JSON file.
Definition: json_utils.c:311
Holds the data for a single time step of LQR.
Definition: lqr_data.h:54
LQRData * ndlqr_ReadLQRDataJSONFile(const char *filename)
Read an LQRData structure from JSON data.
Definition: json_utils.c:261
Describes an LQR problem with affine terms.
Definition: lqr_problem.h:31