// 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 31 // b (base) 2 // numCols 2 // numRows // outDigits= numRows 961 // numPoints (=b^{numCols}) 31 // 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 3 3 // 3 1 0 9 9 // 4 1 0 27 27 // 5 1 0 19 19 // 6 1 0 26 26 // 7 1 0 16 16 // 8 1 0 17 17 // 9 1 0 20 20 // 10 1 0 29 29 // 11 1 0 25 25 // 12 1 0 13 13 // 13 1 0 8 8 // 14 1 0 24 24 // 15 1 0 10 10 // 16 1 0 30 30 // 17 1 0 28 28 // 18 1 0 22 22 // 19 1 0 4 4 // 20 1 0 12 12 // 21 1 0 5 5 // 22 1 0 15 15 // 23 1 0 14 14 // 24 1 0 11 11 // 25 1 0 2 2 // 26 1 0 6 6 // 27 1 0 18 18 // 28 1 0 23 23 // 29 1 0 7 7 // 30 1 0 21 21 // 31 1 0 0 1 // end of file