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