Click or drag to resize

VectorTClearSubVector Method

Sets all values of a subvector to zero.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ClearSubVector(
	int index,
	int count
)

Parameters

index  Int32
The start index of the subvector.
count  Int32
The number of elements to clear.
See Also