public class NiedSequenceBase2 extends DigitalSequenceBase2
| Constructor and Description |
|---|
NiedSequenceBase2(int k,
int w,
int dim)
Constructs a new digital sequence in base 2 from the first n = 2k points
of the Niederreiter sequence,
with w output digits, in dim dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
extendSequence(int k)
Increases the number of points to n = 2k from now on.
|
java.lang.String |
toString()
Formats a string that contains information about the point set.
|
iteratorShift, iteratorShiftNoGray, toNet, toNetShiftCjaddRandomShift, addRandomShift, clearRandomShift, getCoordinate, getCoordinateNoGray, iBinomialMatrixScramble, iBinomialMatrixScrambleFaurePermut, iBinomialMatrixScrambleFaurePermutAll, iBinomialMatrixScrambleFaurePermutDiag, iterator, iteratorNoGray, leftMatrixScramble, leftMatrixScrambleDiag, leftMatrixScrambleFaurePermut, leftMatrixScrambleFaurePermutAll, leftMatrixScrambleFaurePermutDiag, printGeneratorMatrices, printGeneratorMatricesTrans, rightMatrixScramble, stripedMatrixScramble, stripedMatrixScrambleFaurePermutAlleraseOriginalGeneratorMatrices, resetGeneratorMatrices, unrandomizeaddRandomShift, addRandomShift, formatPoints, formatPoints, formatPoints, formatPoints, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsNumbered, formatPointsNumbered, getDimension, getNumPoints, getStream, randomize, randomize, randomize, randomize, randomize, setStreampublic NiedSequenceBase2(int k,
int w,
int dim)
k - there will be 2^k pointsw - number of output digitsdim - dimension of the point setpublic java.lang.String toString()
PointSettoString in class DigitalNetBase2public void extendSequence(int k)
DigitalSequenceBase2extendSequence in class DigitalSequenceBase2k - there will be 2^k pointsTo submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.