Function sundials_sys::IDACalcICBS

source ·
pub unsafe extern "C" fn IDACalcICBS(
    ida_mem: *mut c_void,
    which: c_int,
    tout1: realtype,
    yy0: N_Vector,
    yp0: N_Vector,
    yyS0: *mut N_Vector,
    ypS0: *mut N_Vector
) -> c_int