= private = protected
clone()
Return a copy of the vector.
# File lib/matrix.rb, line 1102 def clone Vector.elements(@elements) end