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