// Computer generated OOA from http://www.mathi.uni-heidelberg.de/~yves/Matritzen/OOAs/OOAMatIndex.html // base 4 nets transformed so that they can be used as if they were DigitalNetBase2 // details: an Element "a+ b\omega" is represented as binary pair "a b" // each "column" c of the GF(4) generator is replaced by the two columns c, \omega c // so we have the double numbers of columns and rows as in the GF(4) matrix // // Note, the strength remains the GF(4) strength k, but there are many projections have strength in the range k to 2k // check if everything that involves GF(4) multiplication (e.g. scrambling) gives the desired result 2 // b (base) 10 // numCols 10 // numRows // outDigits= numRows 1024 // numPoints (=b^{numCols}) 10 // dim // 4 // Stregth, see comment above // in class DigitalNetBase2 // genMat[i] should be the i-th number below // 1 536870912 1073741824 176160768 352321536 301989888 469762048 134217728 268435456 2097152 4194304 // 2 167772160 335544320 536870912 1073741824 444596224 218103808 134217728 268435456 2097152 4194304 // 3 503316480 167772160 33554432 67108864 536870912 1073741824 142606336 285212672 136314880 272629760 // 4 438304768 205520896 301989888 469762048 134217728 268435456 536870912 1073741824 8388608 16777216 // 5 211812352 390070272 310378496 486539264 8388608 16777216 134217728 268435456 545259520 1090519040 // 6 1023410176 1333788672 713031680 1426063360 536870912 1073741824 142606336 285212672 547356672 1094713344 // 7 1543503872 1845493760 989855744 1300234240 8388608 16777216 679477248 1358954496 547356672 1094713344 // 8 352321536 528482304 1375731712 2080374784 553648128 1098907648 687865856 1367343104 547356672 1094713344 // 9 1249902592 1962934272 452984832 226492416 1224736768 1904214016 1098907648 1619001344 547356672 1094713344 // 10 847249408 1560281088 1241513984 1946157056 1207959552 1879048192 1610612736 536870912 538968064 1077936128 // end of file