Type Alias DGEMV

Source
pub type DGEMV<'a, 'x, 'y> = GEMV<'a, 'x, 'y, f64>;

Aliased Typeยง

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