Function sundials_sys::IDASetEtaFixedStepBounds

source ·
pub unsafe extern "C" fn IDASetEtaFixedStepBounds(
    ida_mem: *mut c_void,
    eta_min_fx: sunrealtype,
    eta_max_fx: sunrealtype
) -> c_int