Type Alias sundials_sys::CVLsLinSysFnBS

source ·
pub type CVLsLinSysFnBS = Option<unsafe extern "C" fn(t: sunrealtype, y: N_Vector, yS: *mut N_Vector, yB: N_Vector, fyB: N_Vector, AB: SUNMatrix, jokB: c_int, jcurB: *mut c_int, gammaB: sunrealtype, user_dataB: *mut c_void, tmp1B: N_Vector, tmp2B: N_Vector, tmp3B: N_Vector) -> c_int>;

Aliased Type§

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

Variants§