 | DoubleVectorOneNorm Method |
Computes the 1-norm of this vector.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
SyntaxPublic Function OneNorm As Double
member OneNorm : unit -> float
Return Value
DoubleThe 1-norm of this vector. This is just the
absolute sum.
See Also