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