Scilab 6.0.0
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
入力値が疎行列かどうかを調べる
呼び出し手順
res = issparse(S)
引数
- S
scilabオブジェクト
- res
1: 行列は疎行列, 0: その他
説明
res = issparse(S)
は、S が疎行列の時に1,
それ以外の時に0を返します.
例
Report an issue | ||
<< Sparse Matrix Manipulation | Sparse Matrix Manipulation | nnz >> |