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