Go to the source code of this file.
Defines | |
#define | getM(arg) mxGetM(in[arg]) |
#define | getN(arg) mxGetN(in[arg]) |
#define | getPr(arg) mxGetPr(in[arg]) |
Functions | |
void | mexFunction (int nout, mxArray *out[], int nin, const mxArray *in[]) |
#define getM | ( | arg | ) | mxGetM(in[arg]) |
Matlab driver.
Definition at line 21 of file vl_tpsumx.c.
#define getN | ( | arg | ) | mxGetN(in[arg]) |
Definition at line 22 of file vl_tpsumx.c.
#define getPr | ( | arg | ) | mxGetPr(in[arg]) |
Definition at line 23 of file vl_tpsumx.c.
void mexFunction | ( | int nout | , |
mxArray * | out[], | ||
int | nin, | ||
const mxArray * | in[] | ||
) |
Definition at line 26 of file vl_tpsumx.c.