|
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.F2wStructure
public class F2wStructure
F2wStructure
This class implements methods and fields needed by the classes umontreal.iro.lecuyer.hupsF2wNetLFSR, umontreal.iro.lecuyer.hupsF2wNetPolyLCG, umontreal.iro.lecuyer.hupsF2wCycleBasedLFSR and umontreal.iro.lecuyer.hupsF2wCycleBasedPolyLCG. It also stores the parameters of these point sets which will contain 2rw points (see the meaning of r and w below). The parameters can be stored as a polynomial P(z) over F2w[z]
In this class, only the non-zero coefficients of P(z) are stored. It is stored as
The class also stores the parameter step that is used by the classes umontreal.iro.lecuyer.hupsF2wNetLFSR, umontreal.iro.lecuyer.hupsF2wNetPolyLCG, umontreal.iro.lecuyer.hupsF2wCycleBasedLFSR and umontreal.iro.lecuyer.hupsF2wCycleBasedPolyLCG. This parameter is such that the implementation of the recurrence will output a value at every step iterations.
Method Summary | |
---|---|
static void |
print(String filename)
. |
String |
toString()
. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static void print(String filename)
public String toString()
toString
in class Object
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |