Scilab 5.5.2
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
Calling Sequence
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
Report an issue | ||
<< Sparse Matrix Manipulation | Sparse Matrix Manipulation | nnz >> |