るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. _builtin >
  2. bigdecimal >
  3. module >
  4. integer >
  5. comparable >

ライブラリ

検索結果

Matrix::LUPDecomposition#singular? -> bool (63607.0)

元の行列が正方で特異なら true を、正則なら false を返します。 LUP 分解の結果を利用して判定します。

元の行列が正方で特異なら true を、正則なら false を返します。
LUP 分解の結果を利用して判定します。

@see Matrix#singular?