ulqr  0.1.0
lqr_data.h File Reference

LQRData type. More...

#include "lqr_data.h"
#include "riccati/constants.h"
#include "slap/matrix.h"

Go to the source code of this file.

Data Structures

struct  LQRData
 Holds the data for a single time step of LQR. More...
 

Functions

enum ulqr_ReturnCode ulqr_InitializeLQRData (LQRData *lqrdata, int nstates, int ninputs, double *data)
 Initialize an LQRData object. More...
 
int ulqr_CopyLQRData (LQRData *dest, LQRData *src)
 Copies one LQRData object to another. More...
 
int LQRDataSize (int nstates, int ninputs)
 

Detailed Description

LQRData type.

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