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