pub trait NormL1 { type Output; // Required method fn norm_l1(self) -> Self::Output; }
L1 (Manhattan) Norm.
Get the L1 norm of the self.
self