summaryrefslogtreecommitdiff
path: root/omega/examples/old_test/m12
blob: 2f1101f837066154cde7715d3e688110a1b9c4d2 (plain)
1
2
3
4
5
6
7
8
symbolic n,m;
I1 := {[1,1:n,1:m,0]};
I2 := {[2,1:n,0,0]};
I3 := {[3,1:m,1,1:n]};
I4 := {[3,1:m,2,1:n]};
I5 := {[4,1:m,0,0]};
codegen I1;
codegen I1,I1,I2,I2,I3,I3,I4,I4,I5,I5;