// 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 41 // b (base) 2 // numCols 2 // numRows // outDigits= numRows 1681 // numPoints (=b^{numCols}) 41 // dim // 2 // Stregth // in class DigitalNet // genMat[i][j] should be the j-th entry of the i-th row below // 1 1 0 1 1 // 2 1 0 6 6 // 3 1 0 36 36 // 4 1 0 11 11 // 5 1 0 25 25 // 6 1 0 27 27 // 7 1 0 39 39 // 8 1 0 29 29 // 9 1 0 10 10 // 10 1 0 19 19 // 11 1 0 32 32 // 12 1 0 28 28 // 13 1 0 4 4 // 14 1 0 24 24 // 15 1 0 21 21 // 16 1 0 3 3 // 17 1 0 18 18 // 18 1 0 26 26 // 19 1 0 33 33 // 20 1 0 34 34 // 21 1 0 40 40 // 22 1 0 35 35 // 23 1 0 5 5 // 24 1 0 30 30 // 25 1 0 16 16 // 26 1 0 14 14 // 27 1 0 2 2 // 28 1 0 12 12 // 29 1 0 31 31 // 30 1 0 22 22 // 31 1 0 9 9 // 32 1 0 13 13 // 33 1 0 37 37 // 34 1 0 17 17 // 35 1 0 20 20 // 36 1 0 38 38 // 37 1 0 23 23 // 38 1 0 15 15 // 39 1 0 8 8 // 40 1 0 7 7 // 41 1 0 0 1 // end of file