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