re-export isl_pw_aff_param_on_domain_id as isl_set_param_pw_aff_on_domain_id
commitbd68de911d46457f1267b61d3e0b76f6a6692929
authorSven Verdoolaege <sven@cerebras.net>
Thu, 18 Mar 2021 15:08:55 +0000 (18 16:08 +0100)
committerSven Verdoolaege <sven@cerebras.net>
Thu, 16 Sep 2021 20:15:29 +0000 (16 22:15 +0200)
tree19ad3b9290303d572f5f9429deb8605962fc5b1c
parent9cdd7c412133addcd95e1e36702770a4fe1712ef
re-export isl_pw_aff_param_on_domain_id as isl_set_param_pw_aff_on_domain_id

In the bindings, it can be more convenient to use a method
on the domain of the object than
to call a named constructor with the set as argument.

The naming is analogous to isl_space_param_aff_on_domain_id,
which ensures that the new function is also exported
to the templated interface.

Signed-off-by: Sven Verdoolaege <sven@cerebras.net>
doc/user.pod
include/isl/aff.h
isl_aff.c