Trait glw::math::DotProduct[][src]

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

Associated Types

Required Methods

Implementors