Block Vector<T>.Set Block Method
Replaces the block at the specified index.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public void SetBlock(
Vector<T> value,
int index
)
Parameters
Exceptions
Component | The block vector is read-only. |
Argument | index is less than zero or greater than or equal to the number of blocks in the block vector. |
Dimension | The length of value is different from the length of the current vector block. |