repo.or.cz
/
barvinok
/
uuh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iscc.c: use isl_stream_get_ctx instead of reading ctx field of isl_stream
[barvinok/uuh.git]
/
isl_aff_polylib.h
blob
9200296d7fb3a23fc8385f29876ad1dc18cb2083
1
#ifndef ISL_AFF_POLYLIB_H
2
#define ISL_AFF_POLYLIB_H
3
4
#include <isl/aff.h>
5
#include <isl_polylib.h>
6
7
#if defined(__cplusplus)
8
extern
"C"
{
9
#endif
10
11
Matrix
*
isl_multi_aff_to_polylib
(
__isl_keep isl_multi_aff
*
ma
);
12
13
#if defined(__cplusplus)
14
}
15
#endif
16
17
#endif