[][src]Function nalgebra_glm::l1_distance

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

The l1-norm of x - y.

See also: