るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.033秒)
トップページ > ライブラリ:matrix[x] > バージョン:2.7.0[x] > クエリ:matrix[x] > クエリ:lup[x] > クエリ:determinant[x]

別のキーワード

  1. matrix find_index
  2. matrix collect
  3. matrix map
  4. matrix index
  5. matrix each

クラス

検索結果

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

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

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

@see Matrix#determinant...

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

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

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

@see Matrix#determinant...