repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_pip_basic_map_compute_divs: separate out dimension games
[isl.git]
/
isl_sample.h
blob
5a3aaeaea05dadf007d1cf5dbf0f13bb6f950653
1
#ifndef ISL_SAMPLE_H
2
#define ISL_SAMPLE
3
4
#include <isl_set.h>
5
6
#if defined(__cplusplus)
7
extern
"C"
{
8
#endif
9
10
struct
isl_vec
*
isl_basic_set_sample
(
struct
isl_basic_set
*
bset
);
11
12
#if defined(__cplusplus)
13
}
14
#endif
15
16
#endif