Trait argmin_math::ArgminL2Norm
source · pub trait ArgminL2Norm<U> {
// Required method
fn l2_norm(&self) -> U;
}
Expand description
Compute the l2-norm (U
) of self
pub trait ArgminL2Norm<U> {
// Required method
fn l2_norm(&self) -> U;
}
Compute the l2-norm (U
) of self