[][src]Function nalgebra_glm::l1_distance

pub fn l1_distance<N: Real, D: Dimension>(x: &TVec<N, D>, y: &TVec<N, D>) -> N where
    DefaultAllocator: Alloc<N, D>, 

The l1-norm of x - y.

See also: