mpctool
Data Fields

mpc_fgm Struct Reference

#include <mpc_base.h>

Data Fields

real_tu_0
real_tgxoL
real_tgroL
uint32_t * j_in
real_tHoL
real_tGoL
real_tu_lb
real_tu_ub
real_tnu
uint32_t HOR
uint32_t STATES
uint32_t INPUTS
uint32_t HOR_INPUTS
uint32_t HOR_STATES

Detailed Description

Variables used by the fast gradient method.


Field Documentation

Linear term matrix of the QP, over Lipschitz constant.

Non-zero reference component of gradient vector component over Lipschitz constant.

Gradient vector over Lipschitz for the current system state.

Hessian matrix of QP over Lipschitz constant.

uint32_t HOR

MPC prediction horizon.

uint32_t HOR_INPUTS

Horizon times number of inputs.

uint32_t HOR_STATES

Horizon times number of states.

uint32_t INPUTS

Number of system inputs.

uint32_t* j_in

Maximun number of internal loop (FGM) iterations .

Fast gradient extra step constant.

uint32_t STATES

Number of system states.

Initial guess for the optimal control sequence.

Lower bound constraint of the inputs for condensed QP.

Upper bound constraint of the inputs for condensed QP.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs