Go to the documentation of this file.
9 #ifndef INCLUDE_MATLABMATRIX
10 #define INCLUDE_MATLABMATRIX
39 Matrix (
double* data,
int height,
int width);
45 explicit Matrix (
const mxArray* ptr);
50 Matrix (mxArray*& ptr,
int height,
int width);
73 double entry (
int r,
int c)
const;
74 double&
entry (
int r,
int c);