Type Definition blis_sys::ddotv_ft

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