~ubuntu-branches/ubuntu/trusty/cloog/trusty

« back to all changes in this revision

Viewing changes to isl/include/isl/union_map.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-10-17 15:54:24 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20131017155424-3q1gw7yhddylfkpj
Tags: 0.18.1-1
* New upstream version.
* Add a comment to build-depend on libpod-latex-perl | perl (<< 5.17.0),
  when the documentation is built. Closes: #711681.
* Use dh_autotools-dev to update config.{sub,guess}. Closes: #719957.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include <isl/map_type.h>
6
6
#include <isl/union_map_type.h>
7
7
#include <isl/printer.h>
 
8
#include <isl/val.h>
8
9
 
9
10
#if defined(__cplusplus)
10
11
extern "C" {
109
110
__isl_export
110
111
__isl_give isl_union_map *isl_union_map_apply_range(
111
112
        __isl_take isl_union_map *umap1, __isl_take isl_union_map *umap2);
 
113
__isl_give isl_union_map *isl_union_map_preimage_domain_multi_aff(
 
114
        __isl_take isl_union_map *umap, __isl_take isl_multi_aff *ma);
112
115
__isl_export
113
116
__isl_give isl_union_map *isl_union_map_reverse(__isl_take isl_union_map *umap);
114
117
__isl_give isl_union_map *isl_union_map_from_domain_and_range(
158
161
 
159
162
__isl_give isl_union_map *isl_union_map_fixed_power(
160
163
        __isl_take isl_union_map *umap, isl_int exp);
 
164
__isl_give isl_union_map *isl_union_map_fixed_power_val(
 
165
        __isl_take isl_union_map *umap, __isl_take isl_val *exp);
161
166
__isl_give isl_union_map *isl_union_map_power(__isl_take isl_union_map *umap,
162
167
        int *exact);
163
168
__isl_give isl_union_map *isl_union_map_transitive_closure(