るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.075秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:matrix[x] > バージョン:2.2.0[x] > クエリ:singular?[x] > クラス:Matrix::LUPDecomposition[x]

別のキーワード

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

ライブラリ

検索結果

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

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

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

@see Matrix#singular?