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