add exported isl_map_intersect_domain_wrapped_domain
commitbe04e5265921966b0d1a6423e2ef15e6c96299c3
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 13 Oct 2017 12:55:24 +0000 (13 14:55 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 26 Dec 2021 21:05:34 +0000 (26 22:05 +0100)
tree8583202baa3913620420405a9a11ef4527719312
parentf299f870601c9b462e3e1a220440555401e26d02
add exported isl_map_intersect_domain_wrapped_domain

This will be useful for implementing
isl_union_map_intersect_domain_wrapped_domain.

The second argument is currently simply extended to live
in the domain space of the first argument, but a future
implementation could pass the correspondence of the coordinates
through an isl_dim_map object instead.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
doc/user.pod
include/isl/map.h
interface/template_cpp.cc
isl_map.c