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