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