Go to the source code of this file.
Functions | |
void | allocateGlobalQProblemInstance (int nV, int nC, Options *options) |
void | deleteGlobalQProblemInstance () |
void | deleteGlobalQProblemMatrices () |
void | hotstart (const real_t *const g, const real_t *const lb, const real_t *const ub, const real_t *const lbA, const real_t *const ubA, int nWSR, Options *options, int nOutputs, mxArray *plhs[]) |
void | init (int nV, int nC, SymmetricMatrix *H, real_t *g, Matrix *A, const real_t *const lb, const real_t *const ub, const real_t *const lbA, const real_t *const ubA, int nWSR, const real_t *const x0, Options *options, int nOutputs, mxArray *plhs[]) |
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
Variables | |
static QProblem * | globalQP = 0 |
static Matrix * | globalQP_A = 0 |
static SymmetricMatrix * | globalQP_H = 0 |
static long * | globalQP_Hdiag = 0 |
Interface for Matlab(R) that enables to call qpOASES as a MEX function (variant for QPs with fixed matrices).
Definition in file qpOASES_sequence.cpp.
void allocateGlobalQProblemInstance | ( | int | nV, |
int | nC, | ||
Options * | options | ||
) |
Definition at line 56 of file qpOASES_sequence.cpp.
void deleteGlobalQProblemInstance | ( | ) |
Definition at line 69 of file qpOASES_sequence.cpp.
void deleteGlobalQProblemMatrices | ( | ) |
Definition at line 84 of file qpOASES_sequence.cpp.
void hotstart | ( | const real_t *const | g, |
const real_t *const | lb, | ||
const real_t *const | ub, | ||
const real_t *const | lbA, | ||
const real_t *const | ubA, | ||
int | nWSR, | ||
Options * | options, | ||
int | nOutputs, | ||
mxArray * | plhs[] | ||
) |
Definition at line 140 of file qpOASES_sequence.cpp.
void init | ( | int | nV, |
int | nC, | ||
SymmetricMatrix * | H, | ||
real_t * | g, | ||
Matrix * | A, | ||
const real_t *const | lb, | ||
const real_t *const | ub, | ||
const real_t *const | lbA, | ||
const real_t *const | ubA, | ||
int | nWSR, | ||
const real_t *const | x0, | ||
Options * | options, | ||
int | nOutputs, | ||
mxArray * | plhs[] | ||
) |
Definition at line 111 of file qpOASES_sequence.cpp.
void mexFunction | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] | ||
) |
Definition at line 162 of file qpOASES_sequence.cpp.
Definition at line 47 of file qpOASES_sequence.cpp.
Matrix* globalQP_A = 0 [static] |
Definition at line 49 of file qpOASES_sequence.cpp.
SymmetricMatrix* globalQP_H = 0 [static] |
Definition at line 48 of file qpOASES_sequence.cpp.
long* globalQP_Hdiag = 0 [static] |
Definition at line 50 of file qpOASES_sequence.cpp.