= private = protected
singular?()
Returns true is this is a singular (i.e. non-regular) matrix.
# File lib/matrix.rb, line 381 def singular? not regular? end