Method: Stick::Vector#size

Defined in:
lib/stick/matrix/core.rb

#sizeObject

Returns the number of elements in the vector.



1163
1164
1165
# File 'lib/stick/matrix/core.rb', line 1163

def size
  @elements.size
end