Trait hagane_simd::common::Dot [] [src]

pub trait Dot<RHS = Self> {
    type DotProduct;
    fn dot(self, rhs: RHS) -> Self::DotProduct;
}

Associated Types

Required Methods

Implementors