Function sundials_sys::SUNAdaptController_EstimateStep

source ·
pub unsafe extern "C" fn SUNAdaptController_EstimateStep(
    C: SUNAdaptController,
    h: sunrealtype,
    p: c_int,
    dsm: sunrealtype,
    hnew: *mut sunrealtype
) -> SUNErrCode