Skip to main content

set_middle_rows

Method of ComplexMatrix.

Overloads

NameDescription
set_middle_rows(ComplexArray rhs, integer i) -> ComplexMatrixGet the middle rows of the ComplexMatrix.
set_middle_rows(RealSparseMatrix rhs, integer i) -> ComplexMatrixGet the middle rows of the ComplexMatrix.
set_middle_rows(ComplexSparseMatrix rhs, integer i) -> ComplexMatrixGet the middle rows of the ComplexMatrix.
set_middle_rows(RealArray rhs, integer i) -> ComplexMatrixGet the middle rows of the ComplexMatrix.
set_middle_rows(ComplexMatrix rhs, integer i) -> ComplexMatrixGet the middle rows of the ComplexMatrix.
set_middle_rows(RealMatrix rhs, integer i) -> ComplexMatrixGet the middle rows of the ComplexMatrix.

set_middle_rows(ComplexArray rhs, integer i) -> ComplexMatrix

Get the middle rows of the ComplexMatrix.

Parameters

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

set_middle_rows(RealSparseMatrix rhs, integer i) -> ComplexMatrix

Get the middle rows of the ComplexMatrix.

Parameters

set_middle_rows(ComplexSparseMatrix rhs, integer i) -> ComplexMatrix

Get the middle rows of the ComplexMatrix.

Parameters

set_middle_rows(RealArray rhs, integer i) -> ComplexMatrix

Get the middle rows of the ComplexMatrix.

Parameters

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

set_middle_rows(ComplexMatrix rhs, integer i) -> ComplexMatrix

Get the middle rows of the ComplexMatrix.

Parameters

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

set_middle_rows(RealMatrix rhs, integer i) -> ComplexMatrix

Get the middle rows of the ComplexMatrix.

Parameters

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