add isl_multi_aff
commit3d0da01fea8d99341310e4ea891e912ffd80ebfa
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 1 Sep 2011 09:49:19 +0000 (1 11:49 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 2 Oct 2011 09:03:35 +0000 (2 11:03 +0200)
tree2c54a149e10b9cb0097d1ce740889fc24333f802
parentcbcd2f351aef617866c5ba5c81bbd0f9a583c925
add isl_multi_aff

An isl_multi_aff object represents a sequence of
zero or more affine expressions, all defined on the same domain space.
As such, they are different from isl_aff_lists as the elements in a list
may have different spaces and no space information is available at all
about empty lists.

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