Click or drag to resize

VectorDoPointwiseSign Method

Pointwise applies the sign function to each element and stores the result in result.

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

Parameters

result  VectorDouble
The vector to store the result.
See Also