// 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 3 // b (base) 3 // numCols 3 // numRows // outDigits= numRows 27 // numPoints (=b^{numCols}) 3 // 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 2 0 1 1 2 0 // 3 1 0 0 0 0 1 0 1 0 // end of file