Type Alias zher_ft

Source
pub type zher_ft = Option<unsafe extern "C" fn(uploa: uplo_t, conjx: conj_t, m: dim_t, alpha: *mut f64, x: *mut dcomplex, incx: inc_t, a: *mut dcomplex, rs_a: inc_t, cs_a: inc_t)>;

Aliased Type§

enum zher_ft {
    None,
    Some(unsafe extern "C" fn(_: u32, _: u32, _: i32, _: *mut f64, _: *mut dcomplex, _: i32, _: *mut dcomplex, _: i32, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u32, _: u32, _: i32, _: *mut f64, _: *mut dcomplex, _: i32, _: *mut dcomplex, _: i32, _: i32))

Some value of type T.