integr_fn

Type Alias integr_fn 

Source
pub type integr_fn = Option<unsafe extern "C" fn(x: *mut f64, n: c_int, ex: *mut c_void)>;
Expand description

../../appl/integrate.c

Aliased Type§

pub enum integr_fn {
    None,
    Some(unsafe extern "C" fn(*mut f64, i32, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut f64, i32, *mut c_void))

Some value of type T.