Function sundials_sys::CVodeInitBS

source ·
pub unsafe extern "C" fn CVodeInitBS(
    cvode_mem: *mut c_void,
    which: c_int,
    fBs: CVRhsFnBS,
    tB0: realtype,
    yB0: N_Vector
) -> c_int