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