Normalizes this vector to a unit vector with respect to the p-norm.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract Vector<T> Normalize(
double p
)
Parameters
- p Double
- The p value.
Return Value
VectorTThis vector normalized to a unit vector with respect to the p-norm.
See Also