Type Definition blis_sys::zher2_ft

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