= private = protected
singular?()
Returns true if this is a singular matrix.
# File lib/matrix.rb, line 853 def singular? determinant == 0 end