Function sundials_sys::IDAGetJac

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