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