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