Trait argmin::core::ArgminDiv[][src]

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

(Pointwise) Divide a T by self

Required methods

(Pointwise) Divide a T by self

Implementations on Foreign Types

Implementors