add isl_multi_union_pw_aff
commit9c3994e768badb5f50e647e163c6e0269e6ef4b7
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 15 Jun 2014 18:43:05 +0000 (15 20:43 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 23 Jan 2015 09:47:00 +0000 (23 10:47 +0100)
tree050987cb11b6df202fa1e2a2fdca598ec9bd4625
parent629f994c1271432ec0644a23f23dd29cf6ae3b61
add isl_multi_union_pw_aff

Since some functions defined for the other isl_multi_* types
are not available for isl_multi_union_pw_aff, we split off
ISL_DECLARE_MULTI_DIMS and ISL_DECLARE_MULTI_WITH_DOMAIN
from ISL_DECLARE_MULTI,

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
12 files changed:
Makefile.am
doc/user.pod
include/isl/aff.h
include/isl/aff_type.h
include/isl/multi.h
include/isl/val.h
isl_aff.c
isl_aff_private.h
isl_multi_apply_union_set.c [new file with mode: 0644]
isl_multi_templ.c
isl_output.c
print.c