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

Add a T scaled by an U to self

Required Methods

Add a T scaled by an U to self

Implementations on Foreign Types

Implementors