Click or drag to resize

VectorMathL1Norm Method

Overload List
 NameDescription
Public Extension MethodL1Norm(Double) Calculates the L1 norm of the vector (as the sum of the absolute values of the elements).
Public Extension MethodL1Norm(Int32) Calculates the L1 norm of the vector (as the sum of the absolute values of the elements).
Public Extension MethodL1Norm(IReadOnlyListDouble) Calculates the L1 norm of the vector (as the sum of the absolute values of the elements).
Public Extension MethodL1Norm(IReadOnlyListSingle) Calculates the L1 norm of the vector (as the sum of the absolute values of the elements).
Public Extension MethodL1Norm(Single) Calculates the L1 norm of the vector (as the sum of the absolute values of the elements).
Top
See Also