Class: Matrix
- Inherits:
-
Object
- Object
- Matrix
- Defined in:
- lib/graphkit.rb
Instance Method Summary collapse
Instance Method Details
#shape ⇒ Object
8 9 10 |
# File 'lib/graphkit.rb', line 8 def shape return[row_size, column_size] end |