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