Function sundials_sys::CVodeGetJac

source ·
pub unsafe extern "C" fn CVodeGetJac(
    cvode_mem: *mut c_void,
    J: *mut SUNMatrix
) -> c_int