るりまサーチ (Ruby 2.2.0)

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

別のキーワード

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

ライブラリ

検索結果

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

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

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

@see Matrix#determinant

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

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

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

@see Matrix#determinant