Function sundials_sys::CVodeGetSens

source ยท
pub unsafe extern "C" fn CVodeGetSens(
    cvode_mem: *mut c_void,
    tret: *mut sunrealtype,
    ySout: *mut N_Vector,
) -> c_int