From 678cade13677700169c3daff817bd058d2dd4cbe Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 11 Sep 2014 15:22:02 +0200 Subject: [PATCH] doc: fix documentation of isl_basic_set_{in,}equalities_matrix Reprted-by: antoine.morvan.pro@gmail.com Signed-off-by: Sven Verdoolaege --- doc/user.pod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/user.pod b/doc/user.pod index 7214a42b..34a7908f 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -1789,8 +1789,11 @@ form, use the following functions. enum isl_dim_type c4, enum isl_dim_type c5); The C arguments dictate the order in which -different kinds of variables appear in the resulting matrix -and should be a permutation of C, C, +different kinds of variables appear in the resulting matrix. +For set inputs, they should be a permutation of +C, C, C and C. +For map inputs, they should be a permutation of +C, C, C, C and C. The number of parameters, input, output or set dimensions can -- 2.11.4.GIT