summaryrefslogtreecommitdiff
path: root/test/cholesky.c.polylib
diff options
context:
space:
mode:
Diffstat (limited to 'test/cholesky.c.polylib')
-rw-r--r--test/cholesky.c.polylib34
1 files changed, 0 insertions, 34 deletions
diff --git a/test/cholesky.c.polylib b/test/cholesky.c.polylib
deleted file mode 100644
index 8e0cb9e..0000000
--- a/test/cholesky.c.polylib
+++ /dev/null
@@ -1,34 +0,0 @@
-/* Generated by CLooG v0.12 in 0.04s. */
-if (n >= 2) {
- S1(i = 1) ;
- S3(i = 1) ;
- for (c3=2;c3<=n;c3++) {
- S4(i = 1,j = c3) ;
- S6(i = 1,j = c3) ;
- }
-}
-if (n == 1) {
- S1(i = 1) ;
- S3(i = 1) ;
-}
-for (c1=2;c1<=n-1;c1++) {
- S1(i = c1) ;
- for (c3=1;c3<=c1-1;c3++) {
- S2(i = c1,j = c3) ;
- }
- S3(i = c1) ;
- for (c3=c1+1;c3<=n;c3++) {
- S4(i = c1,j = c3) ;
- for (c5=1;c5<=c1-1;c5++) {
- S5(i = c1,j = c3,k = c5) ;
- }
- S6(i = c1,j = c3) ;
- }
-}
-if (n >= 2) {
- S1(i = n) ;
- for (c3=1;c3<=n-1;c3++) {
- S2(i = n,j = c3) ;
- }
- S3(i = n) ;
-}