Go to the source code of this file.
Macros | |
#define | Long SuiteSparse_long |
#define | MIN(a, b) (((a) < (b)) ? (a) : (b)) |
Functions | |
static void | dump_matrix (Long A[], Long p[], Long n_row, Long n_col, Long Alen, Long limit) |
void | mexFunction (int nargout, mxArray *pargout[], int nargin, const mxArray *pargin[]) |
#define Long SuiteSparse_long |
Definition at line 38 of file csymamdtestmex.c.
|
static |
Definition at line 47 of file csymamdtestmex.c.
Definition at line 90 of file csymamdtestmex.c.