add isl_multi_*_scale_val and isl_pw_*_scale_val
commited593595d0a9923d7299f7a79ac50331861a8090
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 5 May 2013 16:25:42 +0000 (5 18:25 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 28 May 2013 16:27:12 +0000 (28 18:27 +0200)
tree33036fd7583c4a59ccad50d65b29096b31374893
parentca90b151a05f17ccc1c3215ff24dc5d7b9198ff4
add isl_multi_*_scale_val and isl_pw_*_scale_val

We need to add them at the same time because isl_pw_multi_aff_scale_val
depends on isl_multi_aff_scale_val while isl_multi_pw_aff_scale_val depends
on isl_pw_aff_scale_val.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
include/isl/aff.h
include/isl/multi.h
include/isl/polynomial.h
isl_multi_templ.c
isl_pw_templ.c
isl_val.c
isl_val_private.h