re-export isl_union_map_from_union_pw_multi_aff as *_as_union_map
commit5eada1a50315668b9f22b51a0932d8e2870757a5
authorSven Verdoolaege <sven@cerebras.net>
Fri, 19 Oct 2018 13:35:53 +0000 (19 15:35 +0200)
committerSven Verdoolaege <sven@cerebras.net>
Wed, 13 Jan 2021 20:54:27 +0000 (13 21:54 +0100)
treee941b325d8d0976c04737bfa34db91434aae4f3e
parentdc3177f5d8cfae0ed4a8d44363fb01839392bee0
re-export isl_union_map_from_union_pw_multi_aff as *_as_union_map

In the bindings, it is more convenient to use a method
on the object being converted than to call a named constructor
with the object as argument.
The function has an infix "as" because only functions living
in a map space can be converted to an isl_map.
This naming is consistent with the "as" method
in the C++ interface of type based subclasses.

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