Skip to main content

set_middle_rows

Method of RealMatrix.

Overloads

NameDescription
set_middle_rows(RealMatrix rhs, integer i) -> RealMatrixGet the middle rows of the RealMatrix.
set_middle_rows(RealArray rhs, integer i) -> RealMatrixGet the middle rows of the RealMatrix.
set_middle_rows(RealSparseMatrix rhs, integer i) -> RealMatrixGet the middle rows of the RealMatrix.

set_middle_rows(RealMatrix rhs, integer i) -> RealMatrix

Get the middle rows of the RealMatrix.

Parameters

  • rhs: The RealMatrix to assign.
  • i: The starting row index (zero-based).

set_middle_rows(RealArray rhs, integer i) -> RealMatrix

Get the middle rows of the RealMatrix.

Parameters

  • rhs: The RealArray to assign.
  • i: The starting row index (zero-based).

set_middle_rows(RealSparseMatrix rhs, integer i) -> RealMatrix

Get the middle rows of the RealMatrix.

Parameters