Method: Hash#as_matrix
- Defined in:
- lib/hash_vector.rb
#as_matrix ⇒ Object
12 13 14 |
# File 'lib/hash_vector.rb', line 12 def as_matrix Matrix.columns([[self[:x], self[:y]]]) end |
12 13 14 |
# File 'lib/hash_vector.rb', line 12 def as_matrix Matrix.columns([[self[:x], self[:y]]]) end |