// MECF digital net of base q, with q^T points. If q=p^e the net is represented as net of base p with e-times more columns and rows Reference: Y. Edel, RS-Nets in prepertation // base q nets transformed so that they can be used as if they were DigitalNetBase2 // details: an Element "a_i X^i" is represented as binary eq-tuple "a_i" // each "column" c of the GF(q) generator is replaced by the eq columns X^i c // so we have the eq-times numbers of columns and rows as in the GF(q) matrix // Note, the strength remains the GF(q) strength k, but there are many projections have strength in the range k to eq*k // check if everything that involves GF(q) multiplication (e.g. scrambling) gives the desired result 2 // b (base) 21 // numCols 21 // numRows // outDigits= numRows 2097152 // numPoints (=b^{numCols}) 8 // dim // 7 // Stregth, see comment above // in class DigitalNetBase2 // genMat[i] should be the i-th number below // 1 268435456 536870912 1073741824 268436480 536872960 1073745920 268959744 537919488 1075838976 272629760 545259520 1090519040 301989888 603979776 1207959552 301998080 603996160 1207992320 306249728 612499456 1224998912 // 2 268435456 536870912 1073741824 536876032 1073742848 805308416 1075314688 808452096 1614282752 822083584 1623195648 1904214016 1677721600 2013265920 1442840576 2013323264 1442881536 469770240 1455816704 495386624 801439744 // 3 268435456 536870912 1073741824 1073748992 805311488 1610613760 1613234176 1879572480 1343225856 1367343104 297795584 557842432 671088640 1174405120 1006632960 1006657536 1845542912 2046877696 2067922944 1380188160 344129536 // 4 268435456 536870912 1073741824 805312512 1610619904 1879053312 1344274432 270008320 540016640 1094713344 809500672 1619001344 1979711488 1543503872 503316480 704659456 1107329024 872439808 1762066432 1992622080 1568735232 // 5 268435456 536870912 1073741824 1610615808 1879054336 1342184448 540540928 1076363264 805830656 1887436800 1358954496 281018368 1275068416 1040187392 1778384896 1409327104 402661376 637550592 1069809664 1799553024 1917190144 // 6 268435456 536870912 1073741824 1879052288 1342180352 268441600 806354944 1612709888 1880621056 549453824 1098907648 834666496 1577058304 436207616 570425344 1711325184 2080432128 1577099264 1149566976 956366848 1723990016 // 7 268435456 536870912 1073741824 1342179328 268439552 536873984 1882193920 1345847296 271056896 1639972864 1900019712 1346371584 973078528 1644167168 1946157056 1308655616 973103104 1644216320 763559936 1338376192 994508800 // 8 268435456 536870912 1073741824 1024 2048 4096 524288 1048576 2097152 4194304 8388608 16777216 33554432 67108864 134217728 8192 16384 32768 65536 131072 262144 // end of file