= private = protected
size()
Returns the number of elements in the vector.
# File lib/matrix.rb, line 1047 def size @elements.size end