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