// 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) 15 // numCols 15 // numRows // outDigits= numRows 32768 // numPoints (=b^{numCols}) 8 // dim // 5 // Stregth, see comment above // in class DigitalNetBase2 // genMat[i] should be the i-th number below // 1 268435456 536870912 1073741824 268500992 537001984 1074003968 272629760 545259520 1090519040 301989888 603979776 1207959552 302514176 605028352 1210056704 // 2 268435456 536870912 1073741824 537264128 1074200576 805634048 1090519040 817889280 1635778560 872415232 1744830464 1979711488 1746403328 1982857216 1547173888 // 3 268435456 536870912 1073741824 1073872896 805568512 1610809344 1635778560 1908408320 1363148800 1476395008 369098752 738197504 740818944 1309147136 974127104 // 4 268435456 536870912 1073741824 805765120 1610940416 1879113728 1363148800 272629760 545259520 1174405120 1006632960 1845493760 2048917504 1377304576 338690048 // 5 268435456 536870912 1073741824 1610874880 1879244800 1342570496 545259520 1090519040 817889280 2080374784 1577058304 436207616 1144520704 942145536 1711800320 // 6 268435456 536870912 1073741824 1879375872 1342242816 268566528 817889280 1635778560 1908408320 771751936 1241513984 838860800 1443889152 471859200 773324800 // 7 268435456 536870912 1073741824 1342373888 268828672 537329664 1908408320 1363148800 272629760 1778384896 1912602624 1409286144 1043333120 1782054912 1915224064 // 8 268435456 536870912 1073741824 65536 131072 262144 4194304 8388608 16777216 33554432 67108864 134217728 524288 1048576 2097152 // end of file