るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. numeric step
  2. _builtin numeric
  3. numeric denominator
  4. numeric to_int
  5. numeric remainder

ライブラリ

検索結果

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

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

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

@see Matrix#determinant

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

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

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

@see Matrix#determinant