|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.hups.PointSet
umontreal.iro.lecuyer.hups.DigitalNet
umontreal.iro.lecuyer.hups.DigitalSequence
public abstract class DigitalSequence
DigitalSequence
This abstract class describes methods specific to digital sequences. Concrete classes must implement the extendSequence method that increases the number of points of the digital sequence. Calling the methods toNet or toNetShiftCj will transform the digital sequence into a digital net, which has a fixed number of points n.
Constructor Summary | |
---|---|
DigitalSequence()
|
Method Summary | |
---|---|
abstract void |
extendSequence(int k)
. |
PointSetIterator |
iteratorShift()
. |
PointSetIterator |
iteratorShiftNoGray()
. |
DigitalNet |
toNet()
. |
DigitalNet |
toNetShiftCj()
. |
Methods inherited from class umontreal.iro.lecuyer.hups.PointSet |
---|
addRandomShift, addRandomShift, formatPoints, formatPoints, formatPoints, formatPoints, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsNumbered, formatPointsNumbered, getDimension, getNumPoints, getStream, randomize, randomize, randomize, randomize, randomize, setStream |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DigitalSequence()
Method Detail |
---|
public abstract void extendSequence(int k)
public DigitalNet toNet()
public DigitalNet toNetShiftCj()
public PointSetIterator iteratorShift()
public PointSetIterator iteratorShiftNoGray()
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |