Get sparse matrix attributes.
int getAllocatedBooleanSparseMatrix(void* _pvCtx, int* _piAddress, int* _piRows, int* _piCols, int* _piNbItem, int** _piNbItemRow, int** _piColPos)
int getNamedAllocatedBooleanSparseMatrix(void* _pvCtx, const char* _pstName, int* _piRows, int* _piCols, int* _piNbItem, int** _piNbItemRow, int** _piColPos)
Scilab environment pointer, pass in "pvApiCtx" provided by api_scilab.h.
Address of the Scilab variable.
Name of the variable for "named" functions.
Return number of rows of the variable.
Return number of columns of the variable.
Return number of non %f value.
Return number of item in each rows (size: *_piRows).
Return column position for each item (size: *_piNbItem).
if successful 0, otherwise print error(s) message(s) in the Scilab console and returns first error number.