Skip to main content

set_row

Method of ComplexMatrix.

Overloads

NameDescription
set_row(ComplexArray rhs, integer i) -> ComplexMatrixGet a row of the ComplexMatrix.
set_row(RealSparseMatrix rhs, integer i) -> ComplexMatrixGet a row of the ComplexMatrix.
set_row(RealArray rhs, integer i) -> ComplexMatrixGet a row of the ComplexMatrix.
set_row(ComplexMatrix rhs, integer i) -> ComplexMatrixGet a row of the ComplexMatrix.
set_row(RealMatrix rhs, integer i) -> ComplexMatrixGet a row of the ComplexMatrix.
set_row(ComplexSparseMatrix rhs, integer i) -> ComplexMatrixGet a row of the ComplexMatrix.

set_row(ComplexArray rhs, integer i) -> ComplexMatrix

Get a row of the ComplexMatrix.

Parameters

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

set_row(RealSparseMatrix rhs, integer i) -> ComplexMatrix

Get a row of the ComplexMatrix.

Parameters

set_row(RealArray rhs, integer i) -> ComplexMatrix

Get a row of the ComplexMatrix.

Parameters

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

set_row(ComplexMatrix rhs, integer i) -> ComplexMatrix

Get a row of the ComplexMatrix.

Parameters

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

set_row(RealMatrix rhs, integer i) -> ComplexMatrix

Get a row of the ComplexMatrix.

Parameters

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

set_row(ComplexSparseMatrix rhs, integer i) -> ComplexMatrix

Get a row of the ComplexMatrix.

Parameters