Type Alias dotaxpyv_ker_vft
Source pub type dotaxpyv_ker_vft = Option<unsafe extern "C" fn(conjxt: conj_t, conjx: conj_t, conjy: conj_t, m: dim_t, alpha: *mut c_void, x: *mut c_void, incx: inc_t, y: *mut c_void, incy: inc_t, rho: *mut c_void, z: *mut c_void, incz: inc_t, cntx: *mut cntx_t)>;
enum dotaxpyv_ker_vft {
None,
Some(unsafe extern "C" fn(_: u32, _: u32, _: u32, _: i64, _: *mut c_void, _: *mut c_void, _: i64, _: *mut c_void, _: i64, _: *mut c_void, _: *mut c_void, _: i64, _: *mut cntx_s)),
}