impl_dot

Macro impl_dot 

Source
macro_rules! impl_dot {
    ($($t:ty),+) => { ... };
}
Expand description

Generate dot product implementations for integer types that return larger types to avoid overflow