156件ヒット
[101-156件を表示]
(0.024秒)
種類
- インスタンスメソッド (144)
- クラス (12)
ライブラリ
- matrix (156)
クラス
- Matrix (24)
-
Matrix
:: LUPDecomposition (120)
キーワード
- LUPDecomposition (12)
- det (12)
- determinant (12)
- l (12)
-
lup
_ decomposition (12) - p (12)
- pivots (12)
- singular? (12)
- solve (12)
-
to
_ a (12) -
to
_ ary (12) - u (12)
検索結果
先頭5件
-
Matrix
:: LUPDecomposition # u -> Matrix (14117.0) -
LUP分解の上半行列部分を返します。
...LUP分解の上半行列部分を返します。... -
Matrix
:: LUPDecomposition # det -> Numeric (14022.0) -
元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。
...元の行列の行列式の値を返します。
LUP 分解の結果を利用して計算します。
@see Matrix#determinant... -
Matrix
:: LUPDecomposition # determinant -> Numeric (14022.0) -
元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。
...元の行列の行列式の値を返します。
LUP 分解の結果を利用して計算します。
@see Matrix#determinant... -
Matrix
:: LUPDecomposition # singular? -> bool (14022.0) -
元の行列が正方で特異なら true を、正則なら false を返します。 LUP 分解の結果を利用して判定します。
...元の行列が正方で特異なら true を、正則なら false を返します。
LUP 分解の結果を利用して判定します。
@see Matrix#singular?... -
Matrix
:: LUPDecomposition # pivots -> [Integer] (14000.0) -
ピボッティングを表す配列を返します。
ピボッティングを表す配列を返します。