Type Definition blis_sys::cdotv_ex_ft

source · []
pub type cdotv_ex_ft = Option<unsafe extern "C" fn(conjx: conj_t, conjy: conj_t, n: dim_t, x: *const scomplex, incx: inc_t, y: *const scomplex, incy: inc_t, rho: *mut scomplex, cntx: *const cntx_t, rntm: *mut rntm_t)>;