Skip to main content

set_top_rows

Method of ComplexMatrix.

Overloads

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

set_top_rows(RealArray rhs, integer q) -> ComplexMatrix

Get the top rows of the ComplexMatrix.

Parameters

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

set_top_rows(ComplexSparseMatrix rhs, integer q) -> ComplexMatrix

Get the top rows of the ComplexMatrix.

Parameters

set_top_rows(RealSparseMatrix rhs, integer q) -> ComplexMatrix

Get the top rows of the ComplexMatrix.

Parameters

set_top_rows(ComplexArray rhs, integer q) -> ComplexMatrix

Get the top rows of the ComplexMatrix.

Parameters

set_top_rows(RealMatrix rhs, integer q) -> ComplexMatrix

Get the top rows of the ComplexMatrix.

Parameters

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

set_top_rows(ComplexMatrix rhs, integer q) -> ComplexMatrix

Get the top rows of the ComplexMatrix.

Parameters