るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

検索結果

Matrix#determinant -> Numeric (15321.0)

行列式 (determinant) の値を返します。

...行列式 (determinant) の値を返します。

Float を使用すると、精度が不足するため、誤った結果が生じる可能性があることに注意してください。
代わりに、Rational や BigDecimal などの正確なオブジェクトを使用することを検討し...

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

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

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

@see Matrix#determinant...

Matrix#det -> Numeric (221.0)

行列式 (determinant) の値を返します。

...行列式 (determinant) の値を返します。

Float を使用すると、精度が不足するため、誤った結果が生じる可能性があることに注意してください。
代わりに、Rational や BigDecimal などの正確なオブジェクトを使用することを検討し...

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

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

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

@see Matrix#determinant...