= private = protected
clone()
Returns a copy of the vector.
# File lib/matrix.rb, line 1873 def clone self.class.elements(@elements) end