Method: Rust::Matrix#rows
- Defined in:
- lib/rust/core/types/matrix.rb
#rows ⇒ Object
Returns the number of rows.
80 81 82 |
# File 'lib/rust/core/types/matrix.rb', line 80 def rows @data.size end |
Returns the number of rows.
80 81 82 |
# File 'lib/rust/core/types/matrix.rb', line 80 def rows @data.size end |