Function sundials_sys::CVodeGetSensDky

source ยท
pub unsafe extern "C" fn CVodeGetSensDky(
    cvode_mem: *mut c_void,
    t: sunrealtype,
    k: c_int,
    dkyA: *mut N_Vector,
) -> c_int