set_left_cols
Method of RealMatrix.
Overloads
| Name | Description |
|---|---|
set_left_cols(RealMatrix rhs, integer q) -> RealMatrix | Get the left columns of the RealMatrix. |
set_left_cols(RealArray rhs, integer q) -> RealMatrix | Get the left columns of the RealMatrix. |
set_left_cols(RealSparseMatrix rhs, integer q) -> RealMatrix | Get the left columns of the RealMatrix. |
set_left_cols(RealMatrix rhs, integer q) -> RealMatrix
Get the left columns of the RealMatrix.
Parameters
- rhs: The RealMatrix to assign.
- q: The number of columns.
set_left_cols(RealArray rhs, integer q) -> RealMatrix
Get the left columns of the RealMatrix.
Parameters
- rhs: The RealArray to assign.
- q: The number of columns.
set_left_cols(RealSparseMatrix rhs, integer q) -> RealMatrix
Get the left columns of the RealMatrix.
Parameters
- rhs: The RealSparseMatrix to assign.
- q: The number of columns.