summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2010-09-29 19:03:55 +0200
committerSven Verdoolaege <skimo@kotnet.org>2010-10-10 17:32:47 +0200
commit2895c5f72b53b5acb27f2ec541ecb224dd60b442 (patch)
treeac02d4adb6da9e9d78ae81a829f5f0d702097171 /doc
parentf2a5cedb4cc4a219bfae35f630307c1acccfe601 (diff)
downloadisl-2895c5f72b53b5acb27f2ec541ecb224dd60b442.tar.gz
isl-2895c5f72b53b5acb27f2ec541ecb224dd60b442.tar.bz2
isl-2895c5f72b53b5acb27f2ec541ecb224dd60b442.zip
add isl_pw_qpolynomial_set_dim_name
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/user.pod12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user.pod b/doc/user.pod
index 996762b2..61f661b8 100644
--- a/doc/user.pod
+++ b/doc/user.pod
@@ -1725,6 +1725,18 @@ The output format of the printer
needs to be set to either C<ISL_FORMAT_ISL> or C<ISL_FORMAT_C>.
For C<isl_printer_print_union_pw_qpolynomial>, only C<ISL_FORMAT_ISL>
is supported.
+In case of printing in C<ISL_FORMAT_C>, the user may want
+to set the names of all dimensions
+
+ __isl_give isl_qpolynomial *isl_qpolynomial_set_dim_name(
+ __isl_take isl_qpolynomial *qp,
+ enum isl_dim_type type, unsigned pos,
+ const char *s);
+ __isl_give isl_pw_qpolynomial *
+ isl_pw_qpolynomial_set_dim_name(
+ __isl_take isl_pw_qpolynomial *pwqp,
+ enum isl_dim_type type, unsigned pos,
+ const char *s);
=head3 Creating New (Piecewise) Quasipolynomials