120件ヒット
[101-120件を表示]
(0.131秒)
ライブラリ
- matrix (120)
検索結果
-
Matrix
:: LUPDecomposition # u -> Matrix (3102.0) -
LUP分解の上半行列部分を返します。
LUP分解の上半行列部分を返します。 -
Matrix
:: LUPDecomposition # singular? -> bool (3002.0) -
元の行列が正方で特異なら true を、正則なら false を返します。 LUP 分解の結果を利用して判定します。
...元の行列が正方で特異なら true を、正則なら false を返します。
LUP 分解の結果を利用して判定します。
@see Matrix#singular?...