|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.torstennahm.integrate.HaltonGenerator
public class HaltonGenerator
Generates a Halton series.
Constructor Summary | |
---|---|
HaltonGenerator(de.torstennahm.series.Halton.HaltonType type)
Construct the generator. |
Method Summary | |
---|---|
de.torstennahm.series.Series<double[]> |
makeSeries(int dimension)
Creates a Series object, which supplies the points. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HaltonGenerator(de.torstennahm.series.Halton.HaltonType type)
type
- type of Halton series as defined in @see de.torstennahm.series.HaltonMethod Detail |
---|
public de.torstennahm.series.Series<double[]> makeSeries(int dimension)
PointsGenerator
Series
object, which supplies the points.
makeSeries
in interface PointsGenerator
dimension
- dimension of the unit cube from which the points are selected
Series
iteratorSeries
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |