Trait na::FastMul [] [src]

pub trait FastMul<T> {
    type Output;
    fn fast_mul(&self, right: &T) -> Self::Output;
}

Associated Types

Required Methods

Implementors