Click or drag to resize

VectorNormalize Method

Normalizes this vector to a unit vector with respect to the p-norm.

Namespace: Altaxo.Calc.LinearAlgebra.Double
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override Vector<double> Normalize(
	double p
)

Parameters

p  Double
The p value.

Return Value

VectorDouble
This vector normalized to a unit vector with respect to the p-norm.
See Also