dotv_ex_vft

Type Alias dotv_ex_vft 

Source
pub type dotv_ex_vft = Option<unsafe extern "C" fn(conjx: conj_t, conjy: conj_t, n: dim_t, x: *const c_void, incx: inc_t, y: *const c_void, incy: inc_t, rho: *mut c_void, cntx: *const cntx_t, rntm: *const rntm_t)>;

Aliased Type§

pub enum dotv_ex_vft {
    None,
    Some(unsafe extern "C" fn(u32, u32, i64, *const c_void, i64, *const c_void, i64, *mut c_void, *const cntx_s, *const rntm_s)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, u32, i64, *const c_void, i64, *const c_void, i64, *mut c_void, *const cntx_s, *const rntm_s))

Some value of type T.