set_middle_cols
Method of ComplexArray.
Overloads
| Name | Description |
|---|---|
set_middle_cols(ComplexArray rhs, integer i) -> ComplexArray | Get the middle columns of the ComplexArray. |
set_middle_cols(BoolArray rhs, integer i) -> ComplexArray | Get the middle columns of the ComplexArray. |
set_middle_cols(RealArray rhs, integer i) -> ComplexArray | Get the middle columns of the ComplexArray. |
set_middle_cols(IntegerArray rhs, integer i) -> ComplexArray | Get the middle columns of the ComplexArray. |
set_middle_cols(ComplexMatrix rhs, integer i) -> ComplexArray | Get the middle columns of the ComplexArray. |
set_middle_cols(RealMatrix rhs, integer i) -> ComplexArray | Get the middle columns of the ComplexArray. |
set_middle_cols(ComplexArray rhs, integer i) -> ComplexArray
Get the middle columns of the ComplexArray.
Parameters
- rhs: The ComplexArray to assign.
- i: The starting column index (zero-based).
set_middle_cols(BoolArray rhs, integer i) -> ComplexArray
Get the middle columns of the ComplexArray.
Parameters
- rhs: The BoolArray to assign.
- i: The starting column index (zero-based).
set_middle_cols(RealArray rhs, integer i) -> ComplexArray
Get the middle columns of the ComplexArray.
Parameters
- rhs: The RealArray to assign.
- i: The starting column index (zero-based).
set_middle_cols(IntegerArray rhs, integer i) -> ComplexArray
Get the middle columns of the ComplexArray.
Parameters
- rhs: The IntegerArray to assign.
- i: The starting column index (zero-based).
set_middle_cols(ComplexMatrix rhs, integer i) -> ComplexArray
Get the middle columns of the ComplexArray.
Parameters
- rhs: The ComplexMatrix to assign.
- i: The starting column index (zero-based).
set_middle_cols(RealMatrix rhs, integer i) -> ComplexArray
Get the middle columns of the ComplexArray.
Parameters
- rhs: The RealMatrix to assign.
- i: The starting column index (zero-based).