Trait na::FastDot [] [src]

pub trait FastDot<T> {
    fn fast_dot(&self, right: &Self) -> T;
}

Required Methods

Implementors