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