= private = protected
clone()
Returns a clone of the matrix, so that the contents of each do not reference identical objects.
# File lib/matrix.rb, line 424 def clone Matrix.rows(@rows) end