Go to the source code of this file.
Functions | |
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
void | qpOASESmex_bounds (int nV, int nP, SymmetricMatrix *H, real_t *g, real_t *lb, real_t *ub, int nWSRin, real_t *x0, Options *options, int nOutputs, mxArray *plhs[]) |
void | qpOASESmex_constraints (int nV, int nC, int nP, SymmetricMatrix *H, real_t *g, Matrix *A, real_t *lb, real_t *ub, real_t *lbA, real_t *ubA, int nWSRin, real_t *x0, Options *options, int nOutputs, mxArray *plhs[]) |
void mexFunction | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] | ||
) |
Definition at line 159 of file qpOASES-3.0beta/interfaces/matlab/qpOASES.cpp.
void qpOASESmex_bounds | ( | int | nV, |
int | nP, | ||
SymmetricMatrix * | H, | ||
real_t * | g, | ||
real_t * | lb, | ||
real_t * | ub, | ||
int | nWSRin, | ||
real_t * | x0, | ||
Options * | options, | ||
int | nOutputs, | ||
mxArray * | plhs[] | ||
) |
Definition at line 106 of file qpOASES-3.0beta/interfaces/matlab/qpOASES.cpp.
void qpOASESmex_constraints | ( | int | nV, |
int | nC, | ||
int | nP, | ||
SymmetricMatrix * | H, | ||
real_t * | g, | ||
Matrix * | A, | ||
real_t * | lb, | ||
real_t * | ub, | ||
real_t * | lbA, | ||
real_t * | ubA, | ||
int | nWSRin, | ||
real_t * | x0, | ||
Options * | options, | ||
int | nOutputs, | ||
mxArray * | plhs[] | ||
) |
Definition at line 48 of file qpOASES-3.0beta/interfaces/matlab/qpOASES.cpp.