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