Skip to main content

set_left_cols

Method of ComplexArray.

Overloads

NameDescription
set_left_cols(RealArray rhs, integer q) -> ComplexArrayGet the left columns of the ComplexArray.
set_left_cols(RealMatrix rhs, integer q) -> ComplexArrayGet the left columns of the ComplexArray.
set_left_cols(ComplexMatrix rhs, integer q) -> ComplexArrayGet the left columns of the ComplexArray.
set_left_cols(IntegerArray rhs, integer q) -> ComplexArrayGet the left columns of the ComplexArray.
set_left_cols(BoolArray rhs, integer q) -> ComplexArrayGet the left columns of the ComplexArray.
set_left_cols(ComplexArray rhs, integer q) -> ComplexArrayGet the left columns of the ComplexArray.

set_left_cols(RealArray rhs, integer q) -> ComplexArray

Get the left columns of the ComplexArray.

Parameters

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

set_left_cols(RealMatrix rhs, integer q) -> ComplexArray

Get the left columns of the ComplexArray.

Parameters

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

set_left_cols(ComplexMatrix rhs, integer q) -> ComplexArray

Get the left columns of the ComplexArray.

Parameters

set_left_cols(IntegerArray rhs, integer q) -> ComplexArray

Get the left columns of the ComplexArray.

Parameters

  • rhs: The IntegerArray to assign.
  • q: The number of columns.

set_left_cols(BoolArray rhs, integer q) -> ComplexArray

Get the left columns of the ComplexArray.

Parameters

  • rhs: The BoolArray to assign.
  • q: The number of columns.

set_left_cols(ComplexArray rhs, integer q) -> ComplexArray

Get the left columns of the ComplexArray.

Parameters

  • rhs: The ComplexArray to assign.
  • q: The number of columns.