Class Summary |
EmbeddedCopyRule |
Implements the lattice rule 'Embedded copy sequence of lattice rules'. |
FAlpha |
This class implements the integrand function usually used in the
optimization of generator vectors for lattice rules.
|
GoodLatticePointsRule |
Implements the lattice rule 'Method of good lattice points'. |
IdentityPeriodizer |
Implements a periodizer based on the identity transformation
phi(t) = t with derivative
phi(t)' = 1 . |
LatticeRule |
The abstract root class of the lattice rule hierarchy.
|
Optimizer |
This class optimizes generator vectors for lattice rules.
|
Polynom1Periodizer |
Implements a periodizer based on the polynomial transformation
phi(t) = 3t^2-2t^3 with derivative
phi(t)' = 6t(1-t) . |
Polynom2Periodizer |
Implements a periodizer based on the polynomial transformation
phi(t) = t^3(10-15t+6t^2) with derivative
phi(t)' = 30t^2(1-t)^2 . |
Trigonometric1Periodizer |
Implements a periodizer based on the trigonometric transformation
phi(t) = t-sin(2 pi t) / 2 pi with derivative
phi(t)' = 1-cos(2 pi t) . |