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

Scale self by a U

Required Methods

Scale self by a U

Implementations on Foreign Types

Implementors