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