144件ヒット
[101-144件を表示]
(0.117秒)
ライブラリ
- matrix (144)
クラス
- Matrix (24)
-
Matrix
:: LUPDecomposition (120)
検索結果
先頭4件
-
Matrix
:: LUPDecomposition # det -> Numeric (14023.0) -
元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。
...元の行列の行列式の値を返します。
LUP 分解の結果を利用して計算します。
@see Matrix#determinant... -
Matrix
:: LUPDecomposition # determinant -> Numeric (14023.0) -
元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。
...元の行列の行列式の値を返します。
LUP 分解の結果を利用して計算します。
@see Matrix#determinant... -
Matrix
:: LUPDecomposition # singular? -> bool (14023.0) -
元の行列が正方で特異なら true を、正則なら false を返します。 LUP 分解の結果を利用して判定します。
...元の行列が正方で特異なら true を、正則なら false を返します。
LUP 分解の結果を利用して判定します。
@see Matrix#singular?... -
Matrix
:: LUPDecomposition # pivots -> [Integer] (14001.0) -
ピボッティングを表す配列を返します。
ピボッティングを表す配列を返します。