Trait argmin::core::ArgminAdd[][src]

pub trait ArgminAdd<T, U> {
    fn add(&self, other: &T) -> U;
}
Expand description

Add a T to self

Required methods

Add a T to self

Implementations on Foreign Types

Implementors