Determine whether input is sparse mxArray
#include "fintrf.h" integer*4 mxIsSparse(pm) mwPointer pm
mxIsSparse
returns 1
if pm
points to a sparse mxArray
. Otherwise, it returns
0
. Many routines (for example, mxGetIr
and
mxGetJc
) require a sparse mxArray
as
input.