るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.071秒)
トップページ > クエリ:matrix[x] > クエリ:l[x] > クエリ:det[x]

別のキーワード

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

ライブラリ

クラス

キーワード

検索結果

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

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

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

@see Matrix#determinant...

Matrix#det_e -> Rational | Float (23217.0)

このメソッドは deprecated です。 Matrix#determinant を代わりに使ってください。

...このメソッドは deprecated です。
Matrix
#determinant を代わりに使ってください。...

Matrix#determinant_e -> Rational | Float (23217.0)

このメソッドは deprecated です。 Matrix#determinant を代わりに使ってください。

...このメソッドは deprecated です。
Matrix
#determinant を代わりに使ってください。...

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

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

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

@see Matrix#determinant...