// 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 19 // b (base) 3 // numCols 3 // numRows // outDigits= numRows 6859 // numPoints (=b^{numCols}) 19 // 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 7 7 8 0 // 5 1 0 0 16 0 9 9 16 0 // 6 1 0 0 13 0 17 17 13 0 // 7 1 0 0 7 0 11 11 7 0 // 8 1 0 0 14 0 6 6 14 0 // 9 1 0 0 9 0 5 5 9 0 // 10 1 0 0 18 0 1 1 18 0 // 11 1 0 0 17 0 4 4 17 0 // 12 1 0 0 15 0 16 16 15 0 // 13 1 0 0 11 0 7 7 11 0 // 14 1 0 0 3 0 9 9 3 0 // 15 1 0 0 6 0 17 17 6 0 // 16 1 0 0 12 0 11 11 12 0 // 17 1 0 0 5 0 6 6 5 0 // 18 1 0 0 10 0 5 5 10 0 // 19 1 0 0 0 0 1 0 1 0 // end of file