Trait na::FastDot

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

Required Methods§

Implementations on Foreign Types§

Implementors§