// 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. 2 // b (base) 9 // numCols 9 // numRows // outDigits= numRows 512 // numPoints (=b^{numCols}) 9 // dim // 6 // Stregth // in class DigitalNetBase2 // genMat[i] should be the i-th number below // 1 1073741824 1006632960 671088640 603979776 822083584 436207616 536870912 276824064 4194304 // 2 4194304 1073741824 1006632960 671088640 603979776 822083584 436207616 536870912 276824064 // 3 276824064 4194304 1073741824 1006632960 671088640 603979776 822083584 436207616 536870912 // 4 536870912 276824064 4194304 1073741824 1006632960 671088640 603979776 822083584 436207616 // 5 436207616 536870912 276824064 4194304 1073741824 1006632960 671088640 603979776 822083584 // 6 822083584 436207616 536870912 276824064 4194304 1073741824 1006632960 671088640 603979776 // 7 603979776 822083584 436207616 536870912 276824064 4194304 1073741824 1006632960 671088640 // 8 671088640 603979776 822083584 436207616 536870912 276824064 4194304 1073741824 1006632960 // 9 1006632960 671088640 603979776 822083584 436207616 536870912 276824064 4194304 1073741824 // end of file