Type Definition blis_sys::zher_ft

source · []
pub type zher_ft = Option<unsafe extern "C" fn(uploa: uplo_t, conjx: conj_t, m: dim_t, alpha: *const f64, x: *const dcomplex, incx: inc_t, a: *mut dcomplex, rs_a: inc_t, cs_a: inc_t)>;