Function sundials_sys::IDAGetSens

source ·
pub unsafe extern "C" fn IDAGetSens(
    ida_mem: *mut c_void,
    tret: *mut realtype,
    yySout: *mut N_Vector
) -> c_int