# File lib/matrix.rb, line 1109
  def Vector.[](*array)
    new(:init_elements, array, copy = false)
  end