Skip to main content

set_top_rows

Method of RealArray.

Overloads

NameDescription
set_top_rows(RealMatrix rhs, integer q) -> RealArrayGet the top rows of the RealArray.
set_top_rows(BoolArray rhs, integer q) -> RealArrayGet the top rows of the RealArray.
set_top_rows(RealArray rhs, integer q) -> RealArrayGet the top rows of the RealArray.
set_top_rows(IntegerArray rhs, integer q) -> RealArrayGet the top rows of the RealArray.

set_top_rows(RealMatrix rhs, integer q) -> RealArray

Get the top rows of the RealArray.

Parameters

  • rhs: The RealMatrix to assign.
  • q: The number of rows.

set_top_rows(BoolArray rhs, integer q) -> RealArray

Get the top rows of the RealArray.

Parameters

  • rhs: The BoolArray to assign.
  • q: The number of rows.

set_top_rows(RealArray rhs, integer q) -> RealArray

Get the top rows of the RealArray.

Parameters

  • rhs: The RealArray to assign.
  • q: The number of rows.

set_top_rows(IntegerArray rhs, integer q) -> RealArray

Get the top rows of the RealArray.

Parameters