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