Trait argmin::core::ArgminWeightedDot[][src]

pub trait ArgminWeightedDot<T, U, V> {
    fn weighted_dot(&self, w: &V, vec: &T) -> U;
}
Expand description

Dot/scalar product of T and self weighted by W (p^TWv)

Required methods

Dot/scalar product of T and self

Implementors