Type Alias sundials_sys::CVProjFn

source ·
pub type CVProjFn = Option<unsafe extern "C" fn(t: sunrealtype, ycur: N_Vector, corr: N_Vector, epsProj: sunrealtype, err: N_Vector, user_data: *mut c_void) -> c_int>;

Aliased Type§

enum CVProjFn {
    None,
    Some(unsafe extern "C" fn(_: f64, _: *mut _generic_N_Vector, _: *mut _generic_N_Vector, _: f64, _: *mut _generic_N_Vector, _: *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: f64, _: *mut _generic_N_Vector, _: *mut _generic_N_Vector, _: f64, _: *mut _generic_N_Vector, _: *mut c_void) -> i32)

Some value of type T.