Class: Matrix
- Inherits:
-
Object
- Object
- Matrix
- Defined in:
- lib/hilbert/api.rb
Instance Method Summary collapse
Instance Method Details
#to_q ⇒ Object
12 13 14 |
# File 'lib/hilbert/api.rb', line 12 def to_q rows.map(&:join_by_sp).join('; ').parentheses end |