Type Definition blis_sys::zsetv_ft

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