|
SSJ V. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object umontreal.iro.lecuyer.hups.F2wStructure
public class F2wStructure
This class implements methods and fields needed by the classes
F2wNetLFSR
,
F2wNetPolyLCG
,
F2wCycleBasedLFSR
and
F2wCycleBasedPolyLCG
.
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
F2wNetLFSR
,
F2wNetPolyLCG
,
F2wCycleBasedLFSR
and
F2wCycleBasedPolyLCG
.
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)
Prints the content of file filename. |
String |
toString()
This method returns a string containing the polynomial P(z) and the stepping parameter. |
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. 2.6.2. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |