= private = protected
[](i)
Returns element number i (starting at zero) of the vector.
# File lib/matrix.rb, line 1576 def [](i) @elements[i] end