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