Skip to main content

set_top_rows

Method of ComplexArray.

Overloads

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

set_top_rows(RealMatrix rhs, integer q) -> ComplexArray

Get the top rows of the ComplexArray.

Parameters

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

set_top_rows(ComplexMatrix rhs, integer q) -> ComplexArray

Get the top rows of the ComplexArray.

Parameters

set_top_rows(IntegerArray rhs, integer q) -> ComplexArray

Get the top rows of the ComplexArray.

Parameters

set_top_rows(RealArray rhs, integer q) -> ComplexArray

Get the top rows of the ComplexArray.

Parameters

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

set_top_rows(BoolArray rhs, integer q) -> ComplexArray

Get the top rows of the ComplexArray.

Parameters

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

set_top_rows(ComplexArray rhs, integer q) -> ComplexArray

Get the top rows of the ComplexArray.

Parameters