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