Skip to main content

set_block

Method of ComplexMatrix.

Overloads

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

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

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

Parameters

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

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

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

Parameters

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

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

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

Parameters

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

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

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

Parameters

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

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

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

Parameters

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

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

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

Parameters

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