MATLAB Application Program Interface Reference | Help Desk |
mxIsSparse
Inquire if anmxArray
is sparse
integer*4 function mxIsSparse(pm) integer*4 pmpm 1 if the
mxArray
is sparse, 0 otherwise.
Use mxIsSparse
to determine if an mxArray
is stored in sparse form. Many routines (for example, mxGetIr
and mxGetJc
) require a sparse mxArray
as input.
There are no corresponding set routines. Use mxCreateSparse
to create sparse mxArrays
.
mxGetIr
, mxGetJc
, mxIsFull