るりまサーチ (Ruby 2.1.0)

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

別のキーワード

  1. matrix *
  2. matrix index
  3. matrix map
  4. matrix []
  5. matrix each

ライブラリ

検索結果

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

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

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

@see Matrix#determinant

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

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

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

@see Matrix#determinant