Type Definition blis_sys::cdotv_ft

source · []
pub type cdotv_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)>;