Trait argmin::core::ArgminNorm[][src]

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