Uses of Interface
q1471341.mp1074.integration.lattice.Periodizer

Packages that use Periodizer
q1471341.mp1074.integration.lattice   
 

Uses of Periodizer in q1471341.mp1074.integration.lattice
 

Classes in q1471341.mp1074.integration.lattice that implement Periodizer
 class IdentityPeriodizer
          Implements a periodizer based on the identity transformation phi(t) = t with derivative phi(t)' = 1.
 class Polynom1Periodizer
          Implements a periodizer based on the polynomial transformation phi(t) = 3t^2-2t^3 with derivative phi(t)' = 6t(1-t).
 class 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.
 class 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).
 

Methods in q1471341.mp1074.integration.lattice that return Periodizer
 Periodizer LatticeRule.getPeriodizer()
           
 

Methods in q1471341.mp1074.integration.lattice with parameters of type Periodizer
 void LatticeRule.setPeriodizer(Periodizer periodizer)
           
 

Constructors in q1471341.mp1074.integration.lattice with parameters of type Periodizer
GoodLatticePointsRule(Periodizer periodizer)
          Constructs an instance of a lattice rule 'Method of good lattice points'.
EmbeddedCopyRule(Periodizer periodizer)
          Constructs an instance of a lattice rule EmbeddedCopyRule.