Class: Matrix

Inherits:
Object
  • Object
show all
Defined in:
lib/hilbert/api.rb

Instance Method Summary collapse

Instance Method Details

#to_qObject



12
13
14
# File 'lib/hilbert/api.rb', line 12

def to_q
  rows.map(&:join_by_sp).join('; ').parentheses
end