Skip to main content

set_middle_cols

Method of ComplexMatrix.

Overloads

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

set_middle_cols(ComplexSparseMatrix rhs, integer i) -> ComplexMatrix

Get the middle columns of the ComplexMatrix.

Parameters

set_middle_cols(RealSparseMatrix rhs, integer i) -> ComplexMatrix

Get the middle columns of the ComplexMatrix.

Parameters

  • rhs: The RealSparseMatrix to assign.
  • i: The starting column index (zero-based).

set_middle_cols(ComplexArray rhs, integer i) -> ComplexMatrix

Get the middle columns of the ComplexMatrix.

Parameters

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

set_middle_cols(RealArray rhs, integer i) -> ComplexMatrix

Get the middle columns of the ComplexMatrix.

Parameters

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

set_middle_cols(ComplexMatrix rhs, integer i) -> ComplexMatrix

Get the middle columns of the ComplexMatrix.

Parameters

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

set_middle_cols(RealMatrix rhs, integer i) -> ComplexMatrix

Get the middle columns of the ComplexMatrix.

Parameters

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