pub trait ArgminL1Norm<U> { // Required method fn l1_norm(&self) -> U; }
Compute the l1-norm (U) of self
U
self