// 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 59 // b (base) 2 // numCols 2 // numRows // outDigits= numRows 3481 // numPoints (=b^{numCols}) 59 // 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 2 2 // 3 1 0 4 4 // 4 1 0 8 8 // 5 1 0 16 16 // 6 1 0 32 32 // 7 1 0 5 5 // 8 1 0 10 10 // 9 1 0 20 20 // 10 1 0 40 40 // 11 1 0 21 21 // 12 1 0 42 42 // 13 1 0 25 25 // 14 1 0 50 50 // 15 1 0 41 41 // 16 1 0 23 23 // 17 1 0 46 46 // 18 1 0 33 33 // 19 1 0 7 7 // 20 1 0 14 14 // 21 1 0 28 28 // 22 1 0 56 56 // 23 1 0 53 53 // 24 1 0 47 47 // 25 1 0 35 35 // 26 1 0 11 11 // 27 1 0 22 22 // 28 1 0 44 44 // 29 1 0 29 29 // 30 1 0 58 58 // 31 1 0 57 57 // 32 1 0 55 55 // 33 1 0 51 51 // 34 1 0 43 43 // 35 1 0 27 27 // 36 1 0 54 54 // 37 1 0 49 49 // 38 1 0 39 39 // 39 1 0 19 19 // 40 1 0 38 38 // 41 1 0 17 17 // 42 1 0 34 34 // 43 1 0 9 9 // 44 1 0 18 18 // 45 1 0 36 36 // 46 1 0 13 13 // 47 1 0 26 26 // 48 1 0 52 52 // 49 1 0 45 45 // 50 1 0 31 31 // 51 1 0 3 3 // 52 1 0 6 6 // 53 1 0 12 12 // 54 1 0 24 24 // 55 1 0 48 48 // 56 1 0 37 37 // 57 1 0 15 15 // 58 1 0 30 30 // 59 1 0 0 1 // end of file