Function sundials_sys::CVodeGetB[][src]

pub unsafe extern "C" fn CVodeGetB(
    cvode_mem: *mut c_void,
    which: c_int,
    tBret: *mut realtype,
    yB: N_Vector
) -> c_int