VectorTClearSubVector Method |
Sets all values of a subvector to zero.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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