Handle 0D problems by adding a 0th level to the main recursion
[cloog.git] / test / polylib / cholesky.c
blobf7e91bf314b3cadc7f5e2af599c73e40b3bdbd84
1 /* Generated from ../../../git/cloog/test/cholesky.cloog by CLooG 0.14.0-117-g5444fca gmp bits in 0.03s. */
2 if (n >= 1) {
3 if (n >= 2) {
4 S1(i = 1) ;
5 S3(i = 1) ;
6 for (c3=2;c3<=n;c3++) {
7 S4(i = 1,j = c3) ;
8 S6(i = 1,j = c3) ;
11 if (n == 1) {
12 S1(i = 1) ;
13 S3(i = 1) ;
15 for (c1=2;c1<=n-1;c1++) {
16 S1(i = c1) ;
17 for (c3=1;c3<=c1-1;c3++) {
18 S2(i = c1,j = c3) ;
20 S3(i = c1) ;
21 for (c3=c1+1;c3<=n;c3++) {
22 S4(i = c1,j = c3) ;
23 for (c5=1;c5<=c1-1;c5++) {
24 S5(i = c1,j = c3,k = c5) ;
26 S6(i = c1,j = c3) ;
29 if (n >= 2) {
30 S1(i = n) ;
31 for (c3=1;c3<=n-1;c3++) {
32 S2(i = n,j = c3) ;
34 S3(i = n) ;