set_middle_cols
Method of RealMatrix.
Overloads
| Name | Description |
|---|---|
set_middle_cols(RealMatrix rhs, integer i) -> RealMatrix | Get the middle columns of the RealMatrix. |
set_middle_cols(RealSparseMatrix rhs, integer i) -> RealMatrix | Get the middle columns of the RealMatrix. |
set_middle_cols(RealArray rhs, integer i) -> RealMatrix | Get the middle columns of the RealMatrix. |
set_middle_cols(RealMatrix rhs, integer i) -> RealMatrix
Get the middle columns of the RealMatrix.
Parameters
- rhs: The RealMatrix to assign.
- i: The starting column index (zero-based).
set_middle_cols(RealSparseMatrix rhs, integer i) -> RealMatrix
Get the middle columns of the RealMatrix.
Parameters
- rhs: The RealSparseMatrix to assign.
- i: The starting column index (zero-based).
set_middle_cols(RealArray rhs, integer i) -> RealMatrix
Get the middle columns of the RealMatrix.
Parameters
- rhs: The RealArray to assign.
- i: The starting column index (zero-based).