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

Dot/scalar product of T and self

Required Methods

Dot/scalar product of T and self

Implementations on Foreign Types

Implementors