Function sundials_sys::CVodeGetSensDky1

source ·
pub unsafe extern "C" fn CVodeGetSensDky1(
    cvode_mem: *mut c_void,
    t: sunrealtype,
    k: c_int,
    is: c_int,
    dky: N_Vector
) -> c_int