Type Definition blis_sys::ccopyv_ft

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