set_block
Method of RealMatrix.
Overloads
| Name | Description |
|---|---|
set_block(const RealSparseMatrix rhs, const List<integer> start) -> RealMatrix | Sets a block of the RealMatrix lhs to the values in the RealMatrix rhs. |
set_block(const RealArray rhs, const List<integer> start) -> RealMatrix | Sets a block of the RealMatrix lhs to the values in the RealMatrix rhs. |
set_block(const RealMatrix rhs, const List<integer> start) -> RealMatrix | Sets a block of the RealMatrix lhs to the values in the RealMatrix rhs. |
set_block(const RealSparseMatrix rhs, const List<integer> start) -> RealMatrix
Sets a block of the RealMatrix lhs to the values in the RealMatrix rhs.
Parameters
- rhs: The RealMatrix to copy from.
- start: Start indices of the block
set_block(const RealArray rhs, const List<integer> start) -> RealMatrix
Sets a block of the RealMatrix lhs to the values in the RealMatrix rhs.
Parameters
- rhs: The RealMatrix to copy from.
- start: Start indices of the block
set_block(const RealMatrix rhs, const List<integer> start) -> RealMatrix
Sets a block of the RealMatrix lhs to the values in the RealMatrix rhs.
Parameters
- rhs: The RealMatrix to copy from.
- start: Start indices of the block