pub trait ArgminScaledSub<T, U> {
    fn scaled_sub(&self, _: U, _: T) -> Self;
}
Expand description

Subtract a T scaled by an U from self

Required Methods

Subtract a T scaled by an U from self

Implementations on Foreign Types

Implementors