24件ヒット
[1-24件を表示]
(0.038秒)
別のキーワード
検索結果
-
Matrix
:: LUPDecomposition # singular? -> bool (6101.0) -
元の行列が正方で特異なら true を、正則なら false を返します。 LUP 分解の結果を利用して判定します。
...元の行列が正方で特異なら true を、正則なら false を返します。
LUP 分解の結果を利用して判定します。
@see Matrix#singular?... -
Matrix
:: LUPDecomposition # pivots -> [Integer] (101.0) -
ピボッティングを表す配列を返します。
ピボッティングを表す配列を返します。