CVLsLinSysFnB

Type Alias CVLsLinSysFnB 

Source
pub type CVLsLinSysFnB = Option<unsafe extern "C" fn(t: sunrealtype, y: 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§

pub enum CVLsLinSysFnB {
    None,
    Some(unsafe extern "C" fn(f64, *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§