add isl_pw_aff_pullback_multi_pw_aff
commit89b4430402544a90960b7751c99c18b1cfa7c2d8
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 28 Dec 2013 09:08:59 +0000 (28 10:08 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 10 Feb 2014 12:47:08 +0000 (10 13:47 +0100)
tree5505747768c1e81b9eabc9a736db1208cee645de
parent504654ad4c2882097567efe359155982d88c6f92
add isl_pw_aff_pullback_multi_pw_aff

We compute the pullback by applying the isl_pw_aff to the isl_multi_pw_aff
instead of converting the isl_multi_pw_aff to an isl_pw_multi_aff and
calling isl_pw_aff_pullback_pw_multi_aff in order to avoid splitting
along the pieces of the constituent isl_pw_affs as much as possible.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/aff.h
isl_aff.c