= private = protected
inspect()
Overrides Object#inspect
# File lib/matrix.rb, line 1533 def inspect str = "Vector"+@elements.inspect end