るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.195秒)

別のキーワード

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

ライブラリ

検索結果

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

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

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

@see Matrix#determinant...

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

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

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

@see Matrix#determinant...