Skip to main content

set_middle_rows

Method of ComplexArray.

Overloads

NameDescription
set_middle_rows(IntegerArray rhs, integer i) -> ComplexArrayGet the middle rows of the ComplexArray.
set_middle_rows(ComplexArray rhs, integer i) -> ComplexArrayGet the middle rows of the ComplexArray.
set_middle_rows(BoolArray rhs, integer i) -> ComplexArrayGet the middle rows of the ComplexArray.
set_middle_rows(RealArray rhs, integer i) -> ComplexArrayGet the middle rows of the ComplexArray.
set_middle_rows(RealMatrix rhs, integer i) -> ComplexArrayGet the middle rows of the ComplexArray.
set_middle_rows(ComplexMatrix rhs, integer i) -> ComplexArrayGet the middle rows of the ComplexArray.

set_middle_rows(IntegerArray rhs, integer i) -> ComplexArray

Get the middle rows of the ComplexArray.

Parameters

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

set_middle_rows(ComplexArray rhs, integer i) -> ComplexArray

Get the middle rows of the ComplexArray.

Parameters

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

set_middle_rows(BoolArray rhs, integer i) -> ComplexArray

Get the middle rows of the ComplexArray.

Parameters

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

set_middle_rows(RealArray rhs, integer i) -> ComplexArray

Get the middle rows of the ComplexArray.

Parameters

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

set_middle_rows(RealMatrix rhs, integer i) -> ComplexArray

Get the middle rows of the ComplexArray.

Parameters

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

set_middle_rows(ComplexMatrix rhs, integer i) -> ComplexArray

Get the middle rows of the ComplexArray.

Parameters

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