#include "matlabinterface.h"
#include "mtx/mtx.h"
#include "rutz/error.h"
#include "rutz/trace.h"
Go to the source code of this file.
Functions | |
mtx | make_mtx (mxArray *a, mtx_policies::storage_policy s) |
mtx | make_mtx (const mxArray *a, mtx_policies::storage_policy s) |
mxArray * | make_mxarray (const mtx &m) |
Definition in file matlabinterface.cc.
mtx make_mtx | ( | const mxArray * | a, | |
mtx_policies::storage_policy | s = mtx_policies::COPY | |||
) |
With a const mxArray*, only BORROW or COPY are allowed as storage policies, in order to preserve const-correctness.
Definition at line 63 of file matlabinterface.cc.