Calculates the L2 norm of the vector, also known as Euclidean norm.
Namespace: Altaxo.Calc.LinearAlgebra.DoubleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override double L2Norm()
Return Value
DoubleThe square root of the sum of the squared values.
See Also