9 #ifndef INCLUDE_SPARSEMATRIX
10 #define INCLUDE_SPARSEMATRIX
void copyto(double *dest) const
SparseMatrix(const mxArray *ptr)
int numelems(int c) const
static bool isLowerTri(const mxArray *ptr)
static bool inIncOrder(const mxArray *ptr)
static int getSizeOfSparseMatrix(const mxArray *ptr)
friend int height(const SparseMatrix &A)
bool copyto(SparseMatrix &dest) const
friend int width(const SparseMatrix &A)
void getColsAndRows(int *cols, int *rows) const