Skip to main content

set_bottom_rows

Method of ComplexMatrix.

Overloads

NameDescription
set_bottom_rows(ComplexArray rhs, integer q) -> ComplexMatrixGet the bottom rows of the ComplexMatrix.
set_bottom_rows(ComplexSparseMatrix rhs, integer q) -> ComplexMatrixGet the bottom rows of the ComplexMatrix.
set_bottom_rows(RealSparseMatrix rhs, integer q) -> ComplexMatrixGet the bottom rows of the ComplexMatrix.
set_bottom_rows(RealArray rhs, integer q) -> ComplexMatrixGet the bottom rows of the ComplexMatrix.
set_bottom_rows(ComplexMatrix rhs, integer q) -> ComplexMatrixGet the bottom rows of the ComplexMatrix.
set_bottom_rows(RealMatrix rhs, integer q) -> ComplexMatrixGet the bottom rows of the ComplexMatrix.

set_bottom_rows(ComplexArray rhs, integer q) -> ComplexMatrix

Get the bottom rows of the ComplexMatrix.

Parameters

set_bottom_rows(ComplexSparseMatrix rhs, integer q) -> ComplexMatrix

Get the bottom rows of the ComplexMatrix.

Parameters

set_bottom_rows(RealSparseMatrix rhs, integer q) -> ComplexMatrix

Get the bottom rows of the ComplexMatrix.

Parameters

set_bottom_rows(RealArray rhs, integer q) -> ComplexMatrix

Get the bottom rows of the ComplexMatrix.

Parameters

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

set_bottom_rows(ComplexMatrix rhs, integer q) -> ComplexMatrix

Get the bottom rows of the ComplexMatrix.

Parameters

set_bottom_rows(RealMatrix rhs, integer q) -> ComplexMatrix

Get the bottom rows of the ComplexMatrix.

Parameters

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