Function bli_gemm

Source
pub unsafe extern "C" fn bli_gemm(
    alpha: *mut obj_t,
    a: *mut obj_t,
    b: *mut obj_t,
    beta: *mut obj_t,
    c: *mut obj_t,
)