add map_intersect_range_factor_range
commitda0dc32d0d07f7bdbbcce3a9ac495aedfc6ab94d
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 9 May 2017 16:40:56 +0000 (9 18:40 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Mon, 12 Jun 2017 13:48:50 +0000 (12 15:48 +0200)
treed10906146069b6724a075dc2d4294e4b72796b8f
parente7f6c94e7fbad4dd21bec6d7b3835cad034b3964
add map_intersect_range_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