add isl_set_preimage_multi_aff
[platform/upstream/isl.git] / doc / user.pod
index d4d4ca0..7a4707e 100644 (file)
@@ -2779,8 +2779,11 @@ a parametric set as well.
        isl_basic_set_preimage_multi_aff(
                __isl_take isl_basic_set *bset,
                __isl_take isl_multi_aff *ma);
+       __isl_give isl_set *isl_set_preimage_multi_aff(
+               __isl_take isl_set *set,
+               __isl_take isl_multi_aff *ma);
 
-This function computes the preimage of the given set under
+These functions compute the preimage of the given set under
 the given function.  In other words, the expression is plugged
 into the set description.
 Objects of type C<isl_multi_aff> are described in