pub trait ArgminDot<T, U> {
// Required method
fn dot(&self, other: &T) -> U;
}
Expand description
Dot/scalar product of T
and self
pub trait ArgminDot<T, U> {
// Required method
fn dot(&self, other: &T) -> U;
}
Dot/scalar product of T
and self