Skip to main content

set_bottom_rows

Method of RealMatrix.

Overloads

NameDescription
set_bottom_rows(RealSparseMatrix rhs, integer q) -> RealMatrixGet the bottom rows of the RealMatrix.
set_bottom_rows(RealArray rhs, integer q) -> RealMatrixGet the bottom rows of the RealMatrix.
set_bottom_rows(RealMatrix rhs, integer q) -> RealMatrixGet the bottom rows of the RealMatrix.

set_bottom_rows(RealSparseMatrix rhs, integer q) -> RealMatrix

Get the bottom rows of the RealMatrix.

Parameters

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.