pub trait ArgminL2Norm<U> {
    fn l2_norm(&self) -> U;
}
Expand description

Compute the l2-norm (U) of self

Required Methods§

Compute the l2-norm (U) of self

Implementations on Foreign Types§

Implementors§