Function sundials_sys::CVodeSetNlsRhsFn

source ·
pub unsafe extern "C" fn CVodeSetNlsRhsFn(
    cvode_mem: *mut c_void,
    f: CVRhsFn
) -> c_int