Click or drag to resize

VectorTNormalize Method

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

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

Parameters

p  Double
The p value.

Return Value

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