Type Definition blis_sys::setv_ker_vft

source · []
pub type setv_ker_vft = Option<unsafe extern "C" fn(conjalpha: conj_t, n: dim_t, alpha: *mut c_void, x: *mut c_void, incx: inc_t, cntx: *mut cntx_t)>;