るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.018秒)
トップページ > ライブラリ:matrix[x] > 種類:インスタンスメソッド[x] > バージョン:2.6.0[x] > クエリ:determinant[x] > クラス:Matrix::LUPDecomposition[x]

別のキーワード

  1. matrix determinant
  2. matrix determinant_e
  3. lupdecomposition determinant
  4. determinant matrix
  5. determinant_e matrix

検索結果

Matrix::LUPDecomposition#determinant -> Numeric (45334.0)

元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。

...元の行列の行列式の値を返します。
LUP 分解の結果を利用して計算します。

@see Matrix#determinant...

Matrix::LUPDecomposition#det -> Numeric (34.0)

元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。

...元の行列の行列式の値を返します。
LUP 分解の結果を利用して計算します。

@see Matrix#determinant...