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