Click or drag to resize

VectorDoNegate Method

Negates vector and saves result to result

Namespace: Altaxo.Calc.LinearAlgebra.Double
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void DoNegate(
	Vector<double> result
)

Parameters

result  VectorDouble
Target vector
See Also