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