Trait argmin_math::ArgminMul
source · pub trait ArgminMul<T, U> {
// Required method
fn mul(&self, other: &T) -> U;
}
Expand description
(Pointwise) Multiply a T
with self
pub trait ArgminMul<T, U> {
// Required method
fn mul(&self, other: &T) -> U;
}
(Pointwise) Multiply a T
with self