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