pub trait ArgminL2Norm<U> { // Required method fn l2_norm(&self) -> U; }
Compute the l2-norm (U) of self
U
self