Go to the source code of this file.
Functions | |
int | mex_QProblem_hotstart (int handle, 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 nWSRin, real_t maxCpuTimeIn, Options *options, int nOutputs, mxArray *plhs[]) |
int | mex_QProblemB_hotstart (int handle, const real_t *const g, const real_t *const lb, const real_t *const ub, int nWSRin, real_t maxCpuTimeIn, Options *options, int nOutputs, mxArray *plhs[]) |
USING_NAMESPACE_QPOASES int | mex_QProblemB_init (int handle, DenseMatrix *H, real_t *g, const real_t *const lb, const real_t *const ub, int nWSRin, real_t maxCpuTimeIn, const double *const x0, Options *options, int nOutputs, mxArray *plhs[], const double *const guessedBounds, const double *const _R) |
int | mex_SQProblem_init (int handle, DenseMatrix *H, real_t *g, DenseMatrix *A, const real_t *const lb, const real_t *const ub, const real_t *const lbA, const real_t *const ubA, int nWSRin, real_t maxCpuTimeIn, const double *const x0, Options *options, int nOutputs, mxArray *plhs[], const double *const guessedBounds, const double *const guessedConstraints, const double *const _R) |
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
Interface for Matlab(R) that enables to call qpOASES as a MEX function (variant for solving QP sequences).
Definition in file qpOASES_e_sequence.c.
int mex_QProblem_hotstart | ( | int | handle, |
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 | nWSRin, | ||
real_t | maxCpuTimeIn, | ||
Options * | options, | ||
int | nOutputs, | ||
mxArray * | plhs[] | ||
) |
Definition at line 255 of file qpOASES_e_sequence.c.
int mex_QProblemB_hotstart | ( | int | handle, |
const real_t *const | g, | ||
const real_t *const | lb, | ||
const real_t *const | ub, | ||
int | nWSRin, | ||
real_t | maxCpuTimeIn, | ||
Options * | options, | ||
int | nOutputs, | ||
mxArray * | plhs[] | ||
) |
Definition at line 216 of file qpOASES_e_sequence.c.
USING_NAMESPACE_QPOASES int mex_QProblemB_init | ( | int | handle, |
DenseMatrix * | H, | ||
real_t * | g, | ||
const real_t *const | lb, | ||
const real_t *const | ub, | ||
int | nWSRin, | ||
real_t | maxCpuTimeIn, | ||
const double *const | x0, | ||
Options * | options, | ||
int | nOutputs, | ||
mxArray * | plhs[], | ||
const double *const | guessedBounds, | ||
const double *const | _R | ||
) |
Definition at line 51 of file qpOASES_e_sequence.c.
int mex_SQProblem_init | ( | int | handle, |
DenseMatrix * | H, | ||
real_t * | g, | ||
DenseMatrix * | A, | ||
const real_t *const | lb, | ||
const real_t *const | ub, | ||
const real_t *const | lbA, | ||
const real_t *const | ubA, | ||
int | nWSRin, | ||
real_t | maxCpuTimeIn, | ||
const double *const | x0, | ||
Options * | options, | ||
int | nOutputs, | ||
mxArray * | plhs[], | ||
const double *const | guessedBounds, | ||
const double *const | guessedConstraints, | ||
const double *const | _R | ||
) |
Definition at line 123 of file qpOASES_e_sequence.c.
void mexFunction | ( | int | nlhs, |
mxArray * | plhs[], | ||
int | nrhs, | ||
const mxArray * | prhs[] | ||
) |
Definition at line 298 of file qpOASES_e_sequence.c.