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