|
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.ContainerPointSet
umontreal.iro.lecuyer.hups.BakerTransformedPointSet
public class BakerTransformedPointSet
This container class embodies a point set to which a Baker transformation is applied. It transforms each coordinate u into 2u if u <= 1/2 and 2(1 - u) if u > 1/2.
Constructor Summary | |
---|---|
BakerTransformedPointSet(PointSet P)
Constructs a Baker-transformed point set from the given point set P. |
Method Summary | |
---|---|
double |
getCoordinate(int i,
int j)
. |
PointSetIterator |
iterator()
. |
String |
toString()
. |
Methods inherited from class umontreal.iro.lecuyer.hups.ContainerPointSet |
---|
addRandomShift, addRandomShift, clearRandomShift, getDimension, getNumPoints, getOriginalPointSet, randomize |
Methods inherited from class umontreal.iro.lecuyer.hups.PointSet |
---|
addRandomShift, addRandomShift, formatPoints, formatPoints, formatPoints, formatPoints, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsBase, formatPointsNumbered, formatPointsNumbered, getStream, randomize, randomize, randomize, randomize, setStream, unrandomize |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BakerTransformedPointSet(PointSet P)
P
- point set for which we want a Baker-transfomed versionMethod Detail |
---|
public double getCoordinate(int i, int j)
PointSet
getCoordinate
in class ContainerPointSet
public PointSetIterator iterator()
PointSet
iterator
in class ContainerPointSet
public String toString()
PointSet
toString
in class ContainerPointSet
|
SSJ V. labo. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |