Method: Vector#hash

Defined in:
lib/matrix.rb

#hashObject

Returns a hash-code for the vector.



2213
2214
2215
# File 'lib/matrix.rb', line 2213

def hash
  @elements.hash
end