axpyf_ex_vft

Type Alias axpyf_ex_vft 

Source
pub type axpyf_ex_vft = Option<unsafe extern "C" fn(conja: conj_t, conjx: conj_t, m: dim_t, b_n: dim_t, alpha: *const c_void, a: *const c_void, inca: inc_t, lda: inc_t, x: *const c_void, incx: inc_t, y: *mut c_void, incy: inc_t, cntx: *const cntx_t, rntm: *const rntm_t)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.