4 # =============================================== Global
12 # Parameters are provided
18 # Number of statements
21 # =============================================== Statement 1
22 # Number of relations describing the statement:
25 # ---------------------------------------------- 1.1 Domain
30 1 -1 0 1 0 0 ## -i+N >= 0
33 1 0 -1 0 1 0 ## -j+M >= 0
36 # ---------------------------------------------- 1.2 Scattering
39 # e/i| c1 c2 c3 c4 c5 | i j | N M | 1
40 0 -1 0 0 0 0 0 0 0 0 0 ## c1 == 0
41 0 0 -1 0 0 0 1 0 0 0 0 ## c2 == i
42 0 0 0 -1 0 0 0 0 0 0 0 ## c3 == 0
43 0 0 -2 0 -1 0 0 1 0 0 0 ## -2*c2-c4+j == 0
44 0 0 0 0 0 -1 0 0 0 0 0 ## c5 == 0
46 # ---------------------------------------------- 1.3 Access
49 # e/i| Arr [1] [2]| i j | N M | 1
50 0 -1 0 0 0 0 0 0 5 ## Arr == a
51 0 0 -1 0 1 0 0 0 0 ## [1] == i
52 0 0 0 -1 0 1 0 0 0 ## [2] == j
54 # ---------------------------------------------- 1.4 Statement Extensions
55 # Number of Statement Extensions
58 # Number of original iterators
60 # List of original iterators
62 # Statement body expression
66 # =============================================== Statement 2
67 # Number of relations describing the statement:
70 # ---------------------------------------------- 2.1 Domain
75 1 -1 1 0 0 ## -i+N >= 0
78 # ---------------------------------------------- 2.2 Scattering
81 # e/i| c1 c2 c3 | i | N M | 1
82 0 -1 0 0 0 0 0 0 ## c1 == 0
83 0 0 -1 0 1 0 0 0 ## c2 == i
84 0 0 0 -1 0 0 0 1 ## c3 == 1
86 # ---------------------------------------------- 2.3 Access
89 # e/i| Arr [1]| i | N M | 1
90 0 -1 0 0 0 0 6 ## Arr == b
91 0 0 -1 1 0 0 0 ## [1] == i
93 # ---------------------------------------------- 2.4 Statement Extensions
94 # Number of Statement Extensions
97 # Number of original iterators
99 # List of original iterators
101 # Statement body expression
105 # =============================================== Extensions
113 # Mapping array-identifiers/array-names
125 # Starting line and column
127 # Ending line and column