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