summaryrefslogtreecommitdiff
path: root/omega/examples/old_test/stride7
blob: 4bfe1cdae7d65c054f3f65e5f45879a9690d6a19 (plain)
1
2
3
4
5
6
IS:={[i,j]: 1 <= i,j <= 9};
T1:={[i,j]->[4j,i,0]};
T2:={[i,j]->[j,i,1]};
codegen T1:IS,T2:IS;
codegen 2 T1:IS,T2:IS;