add isl_map_intersect_domain_factor_range
commita65b64863a9b95ddeefee64f2d7207882de070ee
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Wed, 10 May 2017 16:29:42 +0000 (10 18:29 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 12 Jun 2017 13:48:50 +0000 (12 15:48 +0200)
tree04e09929986357e3a287097843d5a9613d85e702
parentd307a516f27ebfb3b94e5357ea6cb68ee510d5d3
add isl_map_intersect_domain_factor_range

This function will be used in the next commit.

The second argument is currently simply extended to live
in the same space as 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
isl_map.c