るりまサーチ

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

別のキーワード

  1. matrix singular?
  2. lupdecomposition singular?
  3. specification attribute_alias_singular
  4. rubygems/specification attribute_alias_singular
  5. singular? matrix

ライブラリ

検索結果

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

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

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

@
see Matrix#singular?...