Drake
footstepCollocationConstraintsMex.cpp File Reference
#include <mex.h>
#include <math.h>
#include <Eigen/Dense>
Include dependency graph for footstepCollocationConstraintsMex.cpp:

Functions

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[])
 

Function Documentation

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 
)

Here is the call graph for this function:

Here is the caller graph for this function:

void mexFunction ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
const mxArray *  prhs[] 
)

Here is the call graph for this function: