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