Function sundials_sys::CVodeReInitB[][src]

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