Skip to main content

set_top_rows

Method of RealMatrix.

Overloads

NameDescription
set_top_rows(RealMatrix rhs, integer q) -> RealMatrixGet the top rows of the RealMatrix.
set_top_rows(RealArray rhs, integer q) -> RealMatrixGet the top rows of the RealMatrix.
set_top_rows(RealSparseMatrix rhs, integer q) -> RealMatrixGet 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