#include <mex.h>
#include <math.h>
#include <Eigen/Dense>
|
void | constraints (mxArray *c_out, mxArray *ceq_out, mxArray *dc_out, mxArray *dceq_out, const Eigen::MatrixXd &x, size_t nc, size_t nceq, size_t nv, size_t nsteps) |
|
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
|
void constraints |
( |
mxArray * |
c_out, |
|
|
mxArray * |
ceq_out, |
|
|
mxArray * |
dc_out, |
|
|
mxArray * |
dceq_out, |
|
|
const Eigen::MatrixXd & |
x, |
|
|
size_t |
nc, |
|
|
size_t |
nceq, |
|
|
size_t |
nv, |
|
|
size_t |
nsteps |
|
) |
| |
void mexFunction |
( |
int |
nlhs, |
|
|
mxArray * |
plhs[], |
|
|
int |
nrhs, |
|
|
const mxArray * |
prhs[] |
|
) |
| |