isl_tab: drop isl_ctx argument where not absolutely required
[platform/upstream/isl.git] / isl_basis_reduction.h
1 #ifndef ISL_BASIS_REDUCTION_H
2 #define ISL_BASIS_REDUCTION_H
3
4 #include "isl_set.h"
5 #include "isl_mat.h"
6
7 #if defined(__cplusplus)
8 extern "C" {
9 #endif
10
11 struct isl_mat *isl_basic_set_reduced_basis(struct isl_basic_set *bset);
12
13 #if defined(__cplusplus)
14 }
15 #endif
16
17 #endif