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

(Pointwise) Multiply a T with self

Required Methods

(Pointwise) Multiply a T with self

Implementations on Foreign Types

Implementors