Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
issparse
determine whether input is sparse
Syntax
res = issparse(S)
Arguments
- S
a scilab object
- res
1 is the matrix is a sparse and 0 otherwise/
Description
res = issparse(S)
returns 1 if S is a sparse
matrix and 0 otherwise.
Examples
See also
Report an issue | ||
<< Sparse Matrix Manipulation | Sparse Matrix Manipulation | nnz >> |