Skip to main content

set_block

Method of RealMatrix.

Overloads

NameDescription
set_block(const RealSparseMatrix rhs, const List<integer> start) -> RealMatrixSets a block of the RealMatrix lhs to the values in the RealMatrix rhs.
set_block(const RealArray rhs, const List<integer> start) -> RealMatrixSets a block of the RealMatrix lhs to the values in the RealMatrix rhs.
set_block(const RealMatrix rhs, const List<integer> start) -> RealMatrixSets 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