Normalizes this vector to a unit vector with respect to the p-norm.
Namespace: Altaxo.Calc.LinearAlgebra.DoubleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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