Block Vector<T>.Set Block Method
Replaces the block at the specified index.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |