Changeset 11670 for issm/trunk-jpl/src/c/toolkits/matlab/matlabincludes.h
- Timestamp:
- 03/07/12 19:00:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/toolkits/matlab/matlabincludes.h ΒΆ
r8901 r11670 8 8 #ifdef _SERIAL_ 9 9 #include <mex.h> 10 class Matrix; 11 class Vector; 12 10 13 int MatlabNArrayToNArray(double** pmatrix,int* pmatrix_numel,int* pmatrix_ndims,int** pmatrix_size,const mxArray* mxmatrix); 11 14 int MatlabNArrayToNArray(bool** pmatrix,int* pmatrix_numel,int* pmatrix_ndims,int** pmatrix_size,const mxArray* mxmatrix); 12 15 int MatlabNArrayToNArray(char** pmatrix,int* pmatrix_numel,int* pmatrix_ndims,int** pmatrix_size,const mxArray* mxmatrix); 16 Matrix* MatlabMatrixToMatrix(const mxArray* mxmatrix); 17 Vector* MatlabVectorToVector(const mxArray* mxvector); 13 18 #endif 14 19
Note:
See TracChangeset
for help on using the changeset viewer.