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