summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2010-09-29 17:57:36 +0200
committerSven Verdoolaege <skimo@kotnet.org>2010-10-10 14:05:52 +0200
commitf2a5cedb4cc4a219bfae35f630307c1acccfe601 (patch)
treee56011038fb446ce2d6f8ce7aa4d47fdf0d7a09b /doc
parent15b05d776e7a765e9bc1e91155ef39a1a79e7aa5 (diff)
downloadisl-f2a5cedb4cc4a219bfae35f630307c1acccfe601.tar.gz
isl-f2a5cedb4cc4a219bfae35f630307c1acccfe601.tar.bz2
isl-f2a5cedb4cc4a219bfae35f630307c1acccfe601.zip
add isl_union_pw_qpolynomial_extract_pw_qpolynomial
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/user.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/user.pod b/doc/user.pod
index d4f5eeb0..996762b2 100644
--- a/doc/user.pod
+++ b/doc/user.pod
@@ -1798,6 +1798,14 @@ piecewise quasipolynomial, use the following function
int (*fn)(__isl_take isl_pw_qpolynomial *pwqp, void *user),
void *user);
+To extract the piecewise quasipolynomial from a union with a given dimension
+specification, use
+
+ __isl_give isl_pw_qpolynomial *
+ isl_union_pw_qpolynomial_extract_pw_qpolynomial(
+ __isl_keep isl_union_pw_qpolynomial *upwqp,
+ __isl_take isl_dim *dim);
+
To iterate over the cells in a piecewise quasipolynomial,
use either of the following two functions