Type Alias axpy2v_ex_vft
Source pub type axpy2v_ex_vft = Option<unsafe extern "C" fn(conjx: conj_t, conjy: conj_t, n: dim_t, alpha1: *const c_void, alpha2: *const c_void, x: *const c_void, incx: inc_t, y: *const c_void, incy: inc_t, z: *mut c_void, incz: inc_t, cntx: *const cntx_t, rntm: *const rntm_t)>;
pub enum axpy2v_ex_vft {
None,
Some(unsafe extern "C" fn(u32, u32, i64, *const c_void, *const c_void, *const c_void, i64, *const c_void, i64, *mut c_void, i64, *const cntx_s, *const rntm_s)),
}