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