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