pub trait ArgminNorm<U> {
    fn 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