Function sundials_sys::CVodeReInitB

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