= private = protected
regular?()
Returns true if this is a regular matrix.
# File lib/matrix.rb, line 374 def regular? square? and rank == column_size end