Type Definition blis_sys::gemm_oft

source · []
pub type gemm_oft = Option<unsafe extern "C" fn(alpha: *const obj_t, a: *const obj_t, b: *const obj_t, beta: *const obj_t, c: *const obj_t, cntx: *const cntx_t, rntm: *mut rntm_t)>;