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