Click or drag to resize

MultiStepMethodBaseL2Norm Method

Calculates the L2 norm of array x.

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected static double L2Norm(
	double[] x
)

Parameters

x  Double
The array x.

Return Value

Double
The L2 norm of array x.
See Also