From 81e5049ab43f115896fc6526277aa2aa0d354348 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 11 Jul 2014 23:46:14 +0200 Subject: [PATCH] declare isl_union_pw_qpolynomial_neg Signed-off-by: Sven Verdoolaege --- doc/user.pod | 3 +++ include/isl/polynomial.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/user.pod b/doc/user.pod index a00554d7..5ab33f16 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -4571,6 +4571,9 @@ All parameters need to be named. __isl_take isl_qpolynomial *qp); __isl_give isl_pw_qpolynomial *isl_pw_qpolynomial_neg( __isl_take isl_pw_qpolynomial *pwqp); + __isl_give isl_union_pw_qpolynomial * + isl_union_pw_qpolynomial_neg( + __isl_take isl_union_pw_qpolynomial *upwqp); __isl_give isl_qpolynomial *isl_qpolynomial_pow( __isl_take isl_qpolynomial *qp, unsigned exponent); diff --git a/include/isl/polynomial.h b/include/isl/polynomial.h index f72c0309..01f20e84 100644 --- a/include/isl/polynomial.h +++ b/include/isl/polynomial.h @@ -443,6 +443,9 @@ __isl_constructor __isl_give isl_union_pw_qpolynomial *isl_union_pw_qpolynomial_read_from_str( isl_ctx *ctx, const char *str); +__isl_give isl_union_pw_qpolynomial *isl_union_pw_qpolynomial_neg( + __isl_take isl_union_pw_qpolynomial *upwqp); + __isl_give isl_union_pw_qpolynomial *isl_union_pw_qpolynomial_add( __isl_take isl_union_pw_qpolynomial *upwqp1, __isl_take isl_union_pw_qpolynomial *upwqp2); -- 2.11.4.GIT