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