middle_rows
Method of RealMatrix.
middle_rows(integer i, integer q) -> RealMatrix
Get the middle rows of the RealMatrix.
Parameters
- i: The starting row index (zero-based).
- q: The number of rows.