Type Definition blis_sys::zsubv_ft

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