add isl_union_pw_aff_param_on_domain
commit473980b2ff0af049c5edf3444bf09bc08eaaf837
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 26 Dec 2017 16:01:54 +0000 (26 17:01 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Thu, 28 Dec 2017 09:31:29 +0000 (28 10:31 +0100)
tree22228401e64ca7fcda49a289d35c77d52da15604
parente86cc5df44a995c19ff1ed75145186717ce37cb1
add isl_union_pw_aff_param_on_domain

This is a convenience wrapper around isl_union_pw_aff_aff_on_domain
that does not require the user to manually set up an isl_aff object.

The internally used isl_aff_param_on_domain_space_id function is not
exposed for now, but it could be exposed later if there is a need.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
doc/user.pod
include/isl/aff.h
isl_aff.c
isl_test.c