rsLQR  0.1
lqr_problem.h File Reference

Defines the LQRProblem type. More...

#include "lqr_data.h"

Go to the source code of this file.

Data Structures

struct  LQRProblem
 Describes an LQR problem with affine terms. More...
 

Functions

int ndlqr_InitializeLQRProblem (LQRProblem *lqrproblem, double *x0, LQRData **lqrdata)
 Initialize the problem with an initial state and the LQR data. More...
 
LQRProblemndlqr_NewLQRProblem (int nstates, int ninputs, int nhorizon)
 Initialize a new LQRProblem data with unitialized data. More...
 
int ndlqr_FreeLQRProblem (LQRProblem *lqrprob)
 Free the data stored by and LQRProblem. More...
 

Detailed Description

Defines the LQRProblem type.

Author
Brian Jackson (bjack.nosp@m.205@.nosp@m.gmail.nosp@m..com)
Version
0.1
Date
2022-01-30