るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. lupdecomposition determinant
  2. lupdecomposition det
  3. lupdecomposition to_a
  4. lupdecomposition to_ary
  5. lupdecomposition pivots

ライブラリ

クラス

検索結果

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

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

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

@see Matrix#determinant

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

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

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

@see Matrix#determinant