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