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