Returns the elements of the vector in an array.
2436 2437 2438
# File 'lib/matrix.rb', line 2436 def to_a @elements.dup end