Click or drag to resize

DoubleComplexVectorInfinityNorm Method

Computes the infinity-norm of this vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double InfinityNorm()

Return Value

Double
The infinity-norm of this vector. This is the maximum absolute value.
See Also