Skip to main content

set_col

Method of ComplexMatrix.

Overloads

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

set_col(ComplexSparseMatrix rhs, integer i) -> ComplexMatrix

Get a column of the ComplexMatrix.

Parameters

set_col(RealSparseMatrix rhs, integer i) -> ComplexMatrix

Get a column of the ComplexMatrix.

Parameters

set_col(ComplexArray rhs, integer i) -> ComplexMatrix

Get a column of the ComplexMatrix.

Parameters

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

set_col(RealArray rhs, integer i) -> ComplexMatrix

Get a column of the ComplexMatrix.

Parameters

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

set_col(ComplexMatrix rhs, integer i) -> ComplexMatrix

Get a column of the ComplexMatrix.

Parameters

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

set_col(RealMatrix rhs, integer i) -> ComplexMatrix

Get a column of the ComplexMatrix.

Parameters

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