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