# File lib/matrix.rb, line 1117
  def Vector.elements(array, copy = true)
    new(:init_elements, array, copy)
  end