Ruby 2.4.0 リファレンスマニュアル > ライブラリ一覧 > matrixライブラリ > Matrix::LUPDecompositionクラス > singular?

instance method Matrix::LUPDecomposition#singular?

singular? -> bool[permalink][rdoc]

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

[SEE_ALSO] Matrix#singular?