Type Definition blis_sys::seqv_vft

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