add exported isl_map_{domain,range}_tuple_dim
commit3da787460d702a1a13b56dae31ce342170d92ecc
authorSven Verdoolaege <sven@cerebras.net>
Thu, 25 Apr 2019 15:33:22 +0000 (25 17:33 +0200)
committerSven Verdoolaege <sven@cerebras.net>
Sun, 13 Jun 2021 17:45:29 +0000 (13 19:45 +0200)
tree3bea84a9dcad0047240cba6f3f8b32302ecf43a2
parentfb80ab73e094e64837a2f59ec3beb4847648ffb0
add exported isl_map_{domain,range}_tuple_dim

These are convenience wrappers around isl_map_dim
that are also more easily exported to the bindings
because they do not depend on isl_dim_type.

The naming is consistent with isl_set_tuple_dim and
isl_map_*_{domain,range}_tuple_id.

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