pub fn l1_distance<T: RealNumber, const D: usize>(
    x: &TVec<T, D>,
    y: &TVec<T, D>
) -> T
Expand description

The l1-norm of x - y.

See also: