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