Function bli_gemv

Source
pub unsafe extern "C" fn bli_gemv(
    alpha: *mut obj_t,
    a: *mut obj_t,
    x: *mut obj_t,
    beta: *mut obj_t,
    y: *mut obj_t,
)