VectorMathLpNorm(IReadOnlyListSingle, Double) Method |
Compute the p Norm of this vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Remarks p > 0, if p < 0, ABS(p) is used. If p = 0 or positive infinity, the infinity norm is returned.
See Also