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