ir and jc arrays.
int *mxGetIr(pm)Matrix *pm;void mxSetIr(pm,ir)Matrix *pm;int *ir;int *mxGetJc(pm)Matrix *pm;void mxSetJc(pm,jc) Matrix *pm;int *jc;
integer*4 function mxGetIr(pm)integer*4 function mxGetJc(pm)subroutine mxSetIr(pm,ir)subroutine mxSetJc(pm,jc) integer*4 pm,ir,jc
irir array
jcjc array
pmir and jc arrays associated with sparse Matrices.
If the Matrix is full, mxGetIr and mxGetJc return NULL.
(c) Copyright 1994 by The MathWorks, Inc.