set_block
Method of ComplexArray.
Overloads
| Name | Description |
|---|---|
set_block(const RealMatrix rhs, const List<integer> start) -> ComplexArray | Sets a block of the ComplexArray lhs to the values in the ComplexArray rhs. |
set_block(const ComplexMatrix rhs, const List<integer> start) -> ComplexArray | Sets a block of the ComplexArray lhs to the values in the ComplexArray rhs. |
set_block(const IntegerArray rhs, const List<integer> start) -> ComplexArray | Sets a block of the ComplexArray lhs to the values in the ComplexArray rhs. |
set_block(const RealArray rhs, const List<integer> start) -> ComplexArray | Sets a block of the ComplexArray lhs to the values in the ComplexArray rhs. |
set_block(const BoolArray rhs, const List<integer> start) -> ComplexArray | Sets a block of the ComplexArray lhs to the values in the ComplexArray rhs. |
set_block(const ComplexArray rhs, const List<integer> start) -> ComplexArray | Sets 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