pub type GEMV<'a, 'x, 'y, F> = GEMV_Builder<'a, 'x, 'y, F>;
struct GEMV<'a, 'x, 'y, F> { /* private fields */ }