Skip to main content

set_select

Method of ComplexArray.

Overloads

NameDescription
set_select(const ComplexArray lhs, const List selections) -> ComplexArrayAssign the values of rhs to a selection of the ComplexArray lhs.
set_select(const BoolArray lhs, const List selections) -> ComplexArrayAssign the values of rhs to a selection of the ComplexArray lhs.
set_select(const RealArray lhs, const List selections) -> ComplexArrayAssign the values of rhs to a selection of the ComplexArray lhs.
set_select(const IntegerArray lhs, const List selections) -> ComplexArrayAssign the values of rhs to a selection of the ComplexArray lhs.
set_select(const ComplexMatrix lhs, const List selections) -> ComplexArrayAssign the values of rhs to a selection of the ComplexArray lhs.
set_select(const RealMatrix lhs, const List selections) -> ComplexArrayAssign the values of rhs to a selection of the ComplexArray lhs.

set_select(const ComplexArray lhs, const List selections) -> ComplexArray

Assign the values of rhs to a selection of the ComplexArray lhs.

Parameters

  • lhs: The ComplexArray to assign.
  • selections: A vector of integers, slices or integer lists specifying the selection.

set_select(const BoolArray lhs, const List selections) -> ComplexArray

Assign the values of rhs to a selection of the ComplexArray lhs.

Parameters

  • lhs: The ComplexArray to assign.
  • selections: A vector of integers, slices or integer lists specifying the selection.

set_select(const RealArray lhs, const List selections) -> ComplexArray

Assign the values of rhs to a selection of the ComplexArray lhs.

Parameters

  • lhs: The ComplexArray to assign.
  • selections: A vector of integers, slices or integer lists specifying the selection.

set_select(const IntegerArray lhs, const List selections) -> ComplexArray

Assign the values of rhs to a selection of the ComplexArray lhs.

Parameters

  • lhs: The ComplexArray to assign.
  • selections: A vector of integers, slices or integer lists specifying the selection.

set_select(const ComplexMatrix lhs, const List selections) -> ComplexArray

Assign the values of rhs to a selection of the ComplexArray lhs.

Parameters

  • lhs: The ComplexArray to assign.
  • selections: A vector of integers, slices or integer lists specifying the selection.

set_select(const RealMatrix lhs, const List selections) -> ComplexArray

Assign the values of rhs to a selection of the ComplexArray lhs.

Parameters

  • lhs: The ComplexArray to assign.
  • selections: A vector of integers, slices or integer lists specifying the selection.