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