Type Alias SGEMV

Source
pub type SGEMV<'a, 'x, 'y> = GEMV<'a, 'x, 'y, f32>;

Aliased Typeยง

pub struct SGEMV<'a, 'x, 'y> { /* private fields */ }