instance method Matrix::LUPDecomposition#singular?

singular? -> bool[permalink][rdoc][edit]

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

[SEE_ALSO] Matrix#singular?