Trait guff_matrix::WarmSimd[][src]

pub trait WarmSimd {
    type Elem;
    type SIMD;
    fn read_next_simd(&self) -> Self::SIMD;
}

Associated Types

Required methods

Implementors