public class KorobovLatticeSequence extends KorobovLattice
These embedded lattices contain an infinite sequence of points that can be enumerated as follows:
RadicalInverse.
The first n = bk points in this sequence are exactly the same as
the n points in, for each k >= 0.| Constructor and Description |
|---|
KorobovLatticeSequence(int b,
int a)
Constructs a new lattice sequence with base b and
generator = a.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCoordinate(int i,
int j)
Returns ui, j, the coordinate j of the point i.
|
getA, toStringaddRandomShift, clearRandomShift, getAs, iteratoraddRandomShift, addRandomShift, addRandomShift, formatPoints, formatPoints, formatPoints, formatPoints, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsNumbered, formatPointsNumbered, getDimension, getNumPoints, getStream, randomize, randomize, randomize, randomize, randomize, setStream, unrandomizepublic KorobovLatticeSequence(int b,
int a)
b - number of points (modulus) is a power of ba - multiplier a of this lattice sequencepublic double getCoordinate(int i,
int j)
PointSetgetCoordinate in class Rank1Latticei - index of the point to look forj - index of the coordinate to look forTo submit a bug or ask questions, send an e-mail to Pierre L'Ecuyer.