export isl_pw_aff_val_on_domain as isl_set_pw_aff_on_domain_val
commitc3e2e2c0c18f648103eb82e4cd5af16beec43fcf
authorSven Verdoolaege <sven@cerebras.net>
Tue, 24 Aug 2021 07:34:44 +0000 (24 09:34 +0200)
committerSven Verdoolaege <sven@cerebras.net>
Mon, 20 Sep 2021 14:23:38 +0000 (20 16:23 +0200)
tree6b1ca2fd773c7b4213ca46d11da34cca0ce35c16
parent72f1851166c04249ca33bc3a6fcf2793f8dbcd96
export isl_pw_aff_val_on_domain as isl_set_pw_aff_on_domain_val

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 domain as argument.

The naming is analogous to isl_set_pw_multi_aff_on_domain_multi_val.

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