= private = protected
to_a()
Returns the elements of the vector in an array.
# File lib/matrix.rb, line 1484 def to_a @elements.dup end