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