add isl_mat_normalize_row
[isl.git] / isl_list.c
blobfefed4cbf923f046cbb567b9c40dcc23dc196d4b
1 /*
2 * Copyright 2008-2009 Katholieke Universiteit Leuven
4 * Use of this software is governed by the GNU LGPLv2.1 license
6 * Written by Sven Verdoolaege, K.U.Leuven, Departement
7 * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium
8 */
10 #include <isl_list_private.h>
11 #include <isl/set.h>
12 #include <isl/aff.h>
14 #undef BASE
15 #define BASE basic_set
17 #include <isl_list_templ.c>
19 #undef BASE
20 #define BASE set
22 #include <isl_list_templ.c>
24 #undef BASE
25 #define BASE aff
27 #include <isl_list_templ.c>