Method: Rust::Matrix#rows

Defined in:
lib/rust/core/types/matrix.rb

#rowsObject

Returns the number of rows.



80
81
82
# File 'lib/rust/core/types/matrix.rb', line 80

def rows
    @data.size
end