Type Definition blis_sys::ctrmv_vft

source · []
pub type ctrmv_vft = Option<unsafe extern "C" fn(uploa: uplo_t, transa: trans_t, diaga: diag_t, m: dim_t, alpha: *const c_void, a: *const c_void, rs_a: inc_t, cs_a: inc_t, x: *mut c_void, incx: inc_t)>;