Click or drag to resize

DoubleComplexVectorOneNorm Method

Computes the 1-norm of this vector.

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

Return Value

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