Click or drag to resize

FloatComplexVectorOneNorm Method

Computes the 1-norm of this vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public float OneNorm()

Return Value

Single
The 1-norm of this vector. This is just the absolute sum.
See Also