tests whether the input is sparse encoded (numeric or boolean)
res = issparse(S)
a scilab object
boolean: %T if the matrix is a sparse, and %F otherwise/
res = issparse(S)
returns %T (true) if S is a sparse
boolean or numerical matrix, and %F (false) otherwise.
Version | Description |
6.0.2 |
|