るりまサーチ

最速Rubyリファレンスマニュアル検索!
144件ヒット [101-144件を表示] (0.117秒)

別のキーワード

  1. matrix lup
  2. matrix lup_decomposition
  3. lup_decomposition matrix
  4. lup

ライブラリ

クラス

キーワード

検索結果

<< < 1 2 >>

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)

ピボッティングを表す配列を返します。

ピボッティングを表す配列を返します。
<< < 1 2 >>