// 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) 14 // numCols 14 // numRows // outDigits= numRows 16384 // numPoints (=b^{numCols}) 14 // dim // 8 // Stregth // in class DigitalNetBase2 // genMat[i] should be the i-th number below // 1 1073741824 654311424 1040187392 889192448 973078528 201326592 679477248 805306368 406847488 538968064 1048576 268959744 262144 268566528 // 2 268566528 1073741824 654311424 1040187392 889192448 973078528 201326592 679477248 805306368 406847488 538968064 1048576 268959744 262144 // 3 262144 268566528 1073741824 654311424 1040187392 889192448 973078528 201326592 679477248 805306368 406847488 538968064 1048576 268959744 // 4 268959744 262144 268566528 1073741824 654311424 1040187392 889192448 973078528 201326592 679477248 805306368 406847488 538968064 1048576 // 5 1048576 268959744 262144 268566528 1073741824 654311424 1040187392 889192448 973078528 201326592 679477248 805306368 406847488 538968064 // 6 538968064 1048576 268959744 262144 268566528 1073741824 654311424 1040187392 889192448 973078528 201326592 679477248 805306368 406847488 // 7 406847488 538968064 1048576 268959744 262144 268566528 1073741824 654311424 1040187392 889192448 973078528 201326592 679477248 805306368 // 8 805306368 406847488 538968064 1048576 268959744 262144 268566528 1073741824 654311424 1040187392 889192448 973078528 201326592 679477248 // 9 679477248 805306368 406847488 538968064 1048576 268959744 262144 268566528 1073741824 654311424 1040187392 889192448 973078528 201326592 // 10 201326592 679477248 805306368 406847488 538968064 1048576 268959744 262144 268566528 1073741824 654311424 1040187392 889192448 973078528 // 11 973078528 201326592 679477248 805306368 406847488 538968064 1048576 268959744 262144 268566528 1073741824 654311424 1040187392 889192448 // 12 889192448 973078528 201326592 679477248 805306368 406847488 538968064 1048576 268959744 262144 268566528 1073741824 654311424 1040187392 // 13 1040187392 889192448 973078528 201326592 679477248 805306368 406847488 538968064 1048576 268959744 262144 268566528 1073741824 654311424 // 14 654311424 1040187392 889192448 973078528 201326592 679477248 805306368 406847488 538968064 1048576 268959744 262144 268566528 1073741824 // end of file