Uses of Interface
de.torstennahm.integrate.PointsGenerator

Packages that use PointsGenerator
de.torstennahm.integrate This package and its subpackages provide routines for multi-dimensional integration. 
 

Uses of PointsGenerator in de.torstennahm.integrate
 

Classes in de.torstennahm.integrate that implement PointsGenerator
 class HaltonGenerator
          Generates a Halton series.
 

Constructors in de.torstennahm.integrate with parameters of type PointsGenerator
QMCIntegrator(PointsGenerator generator)