// Shift nets due to Schmid or Schmid and SchŸrer: // Wolfgang Ch. Schmid. Shift-nets: a new class of binary digital (t, m, s)-nets. In Harald Niederreiter, Peter Hellekalek, Gerhard Larcher, and Peter Zinterhof, editors, Monte Carlo and Quasi-Monte Carlo Methods 1996, volume 127 of Lecture Notes in Statistics, pages 369Ð381. Springer-Verlag, 1998. // Wolfgang Ch. Schmid and Rudolf SchŸrer. Shift-nets and Salzburg tables: Power computing in number-theoretical numerics. In Helmut Efinger and Andreas Uhl, editors, Scientific Computing in Salzburg--Festschrift on the Occasion of Peter Zinterhofs 60th Birthday, volume 189 of books@ocg.at, pages 175Ð184. Oesterreichische Computer Gesellschaft, 2005. 5 // b (base) 7 // numCols 7 // numRows // outDigits= numRows 78125 // numPoints (=b^{numCols}) 7 // dim // 6 // Stregth // in class DigitalNet // genMat[i][j] should be the j-th entry of the i-th row below // 1 1 0 0 0 0 0 0 0 1 4 1 2 0 0 0 2 1 1 1 0 0 0 1 2 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 // 2 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 4 1 2 0 0 0 2 1 1 1 0 0 0 1 2 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 // 3 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 4 1 2 0 0 0 2 1 1 1 0 0 0 1 2 1 0 0 0 0 1 1 0 0 0 0 // 4 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 4 1 2 0 0 0 2 1 1 1 0 0 0 1 2 1 0 0 0 // 5 0 1 2 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 4 1 2 0 0 0 2 1 1 1 0 0 // 6 0 2 1 1 1 0 0 0 1 2 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 4 1 2 0 0 // 7 0 1 4 1 2 0 0 0 2 1 1 1 0 0 0 1 2 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 // end of file