MultiStepMethodBaseL2Norm Method |
Calculates the L2 norm of array x.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected static double L2Norm(
double[] x
)
Parameters
- x Double
- The array x.
Return Value
DoubleThe L2 norm of array
x.
See Also