Type Definition blis_sys::dotxf_vft

source · []
pub type dotxf_vft = Option<unsafe extern "C" fn(conjat: conj_t, conjx: conj_t, m: dim_t, b_n: dim_t, alpha: *const c_void, a: *const c_void, inca: inc_t, lda: inc_t, x: *const c_void, incx: inc_t, beta: *const c_void, y: *mut c_void, incy: inc_t)>;