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