Skip to main content

set_block

Method of RealArray.

Overloads

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

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

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

Parameters

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

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

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

Parameters

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

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

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

Parameters

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

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

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

Parameters

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