[][src]Function sundials_sys::IDASolve

pub unsafe extern "C" fn IDASolve(
    ida_mem: *mut c_void,
    tout: realtype,
    tret: *mut realtype,
    yret: N_Vector,
    ypret: N_Vector,
    itask: c_int
) -> c_int