Method: RMatrix::Matrix#rows

Defined in:
lib/rmatrix/matrix.rb

#rowsObject



148
149
150
# File 'lib/rmatrix/matrix.rb', line 148

def rows
  self.shape.last
end