# File lib/matrix.rb, line 1096
  def clone
    Vector.elements(@elements)
  end