middle_cols
Method of RealMatrix.
middle_cols(integer i, integer q) -> RealMatrix
Get the middle columns of the RealMatrix.
Parameters
- i: The starting column index (zero-based).
- q: The number of columns.