Calculates the one-norm (L1) of the vector.
Calculates the one-norm (L1) of the vector. Also known as the city block metric.L1(v) = |x_1| + |x_2| .. + |x_n|
Calculates the one-norm (L1) of the vector. Also known as the city block metric.
L1(v) = |x_1| + |x_2| .. + |x_n|