Skip to main content

set_col

Method of ComplexArray.

Overloads

NameDescription
set_col(ComplexArray rhs, integer i) -> ComplexArrayGet a column of the ComplexArray.
set_col(ComplexMatrix rhs, integer i) -> ComplexArrayGet a column of the ComplexArray.
set_col(BoolArray rhs, integer i) -> ComplexArrayGet a column of the ComplexArray.
set_col(RealMatrix rhs, integer i) -> ComplexArrayGet a column of the ComplexArray.
set_col(RealArray rhs, integer i) -> ComplexArrayGet a column of the ComplexArray.
set_col(IntegerArray rhs, integer i) -> ComplexArrayGet a column of the ComplexArray.

set_col(ComplexArray rhs, integer i) -> ComplexArray

Get a column of the ComplexArray.

Parameters

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

set_col(ComplexMatrix rhs, integer i) -> ComplexArray

Get a column of the ComplexArray.

Parameters

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

set_col(BoolArray rhs, integer i) -> ComplexArray

Get a column of the ComplexArray.

Parameters

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

set_col(RealMatrix rhs, integer i) -> ComplexArray

Get a column of the ComplexArray.

Parameters

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

set_col(RealArray rhs, integer i) -> ComplexArray

Get a column of the ComplexArray.

Parameters

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

set_col(IntegerArray rhs, integer i) -> ComplexArray

Get a column of the ComplexArray.

Parameters

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