| Name | Description |
---|
| L1Norm(Double) |
Calculates the L1 norm of the vector (as the sum of the absolute values of the elements).
|
| L1Norm(Int32) |
Calculates the L1 norm of the vector (as the sum of the absolute values of the elements).
|
| L1Norm(IReadOnlyListDouble) |
Calculates the L1 norm of the vector (as the sum of the absolute values of the elements).
|
| L1Norm(IReadOnlyListSingle) |
Calculates the L1 norm of the vector (as the sum of the absolute values of the elements).
|
| L1Norm(Single) |
Calculates the L1 norm of the vector (as the sum of the absolute values of the elements).
|