Function nalgebra_glm::l1_distance[][src]

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

The l1-norm of x - y.

See also: