update pet for sorting of arrays
[barvinok.git] / isl_aff_polylib.h
blob9200296d7fb3a23fc8385f29876ad1dc18cb2083
1 #ifndef ISL_AFF_POLYLIB_H
2 #define ISL_AFF_POLYLIB_H
4 #include <isl/aff.h>
5 #include <isl_polylib.h>
7 #if defined(__cplusplus)
8 extern "C" {
9 #endif
11 Matrix *isl_multi_aff_to_polylib(__isl_keep isl_multi_aff *ma);
13 #if defined(__cplusplus)
15 #endif
17 #endif