Skip to main content

set_block

Method of ComplexArray.

Overloads

NameDescription
set_block(const RealMatrix rhs, const List<integer> start) -> ComplexArraySets a block of the ComplexArray lhs to the values in the ComplexArray rhs.
set_block(const ComplexMatrix rhs, const List<integer> start) -> ComplexArraySets a block of the ComplexArray lhs to the values in the ComplexArray rhs.
set_block(const IntegerArray rhs, const List<integer> start) -> ComplexArraySets a block of the ComplexArray lhs to the values in the ComplexArray rhs.
set_block(const RealArray rhs, const List<integer> start) -> ComplexArraySets a block of the ComplexArray lhs to the values in the ComplexArray rhs.
set_block(const BoolArray rhs, const List<integer> start) -> ComplexArraySets a block of the ComplexArray lhs to the values in the ComplexArray rhs.
set_block(const ComplexArray rhs, const List<integer> start) -> ComplexArraySets a block of the ComplexArray lhs to the values in the ComplexArray rhs.

set_block(const RealMatrix rhs, const List<integer> start) -> ComplexArray

Sets a block of the ComplexArray lhs to the values in the ComplexArray rhs.

Parameters

  • rhs: The ComplexArray to copy from.
  • start: Start indices of the block

set_block(const ComplexMatrix rhs, const List<integer> start) -> ComplexArray

Sets a block of the ComplexArray lhs to the values in the ComplexArray rhs.

Parameters

  • rhs: The ComplexArray to copy from.
  • start: Start indices of the block

set_block(const IntegerArray rhs, const List<integer> start) -> ComplexArray

Sets a block of the ComplexArray lhs to the values in the ComplexArray rhs.

Parameters

  • rhs: The ComplexArray to copy from.
  • start: Start indices of the block

set_block(const RealArray rhs, const List<integer> start) -> ComplexArray

Sets a block of the ComplexArray lhs to the values in the ComplexArray rhs.

Parameters

  • rhs: The ComplexArray to copy from.
  • start: Start indices of the block

set_block(const BoolArray rhs, const List<integer> start) -> ComplexArray

Sets a block of the ComplexArray lhs to the values in the ComplexArray rhs.

Parameters

  • rhs: The ComplexArray to copy from.
  • start: Start indices of the block

set_block(const ComplexArray rhs, const List<integer> start) -> ComplexArray

Sets a block of the ComplexArray lhs to the values in the ComplexArray rhs.

Parameters

  • rhs: The ComplexArray to copy from.
  • start: Start indices of the block