Uses of Class
q1471341.mp1074.integration.Integrand

Packages that use Integrand
q1471341.mp1074.integration   
q1471341.mp1074.integration.lattice   
q1471341.mp1074.test   
 

Uses of Integrand in q1471341.mp1074.integration
 

Methods in q1471341.mp1074.integration with parameters of type Integrand
 IntegrationResult MonteCarloIntegrator.integrate(Integrand f)
          Performs the Monte Carlo integration of the integrand until one of the termination conditions is met.
 IntegrationResult LatticeIntegrator.integrate(Integrand f)
          Performs numerical integration of the integrand until one of the termination conditions is met.
abstract  IntegrationResult Integrator.integrate(Integrand function)
          Performs numerical integration of the function until one of the termination conditions is met.
 

Uses of Integrand in q1471341.mp1074.integration.lattice
 

Subclasses of Integrand in q1471341.mp1074.integration.lattice
 class FAlpha
          This class implements the integrand function usually used in the optimization of generator vectors for lattice rules.
 

Methods in q1471341.mp1074.integration.lattice with parameters of type Integrand
abstract  double LatticeRule.evaluate(int s, int m, int[] z, Integrand f)
          Performs evaluation of the lattice rule.
 double GoodLatticePointsRule.evaluate(int s, int m, int[] z, Integrand f)
          Performs evaluation of the lattice rule.
 double EmbeddedCopyRule.evaluate(int s, int m, int[] z, Integrand f)
          Performs evaluation of the lattice rule.
 

Uses of Integrand in q1471341.mp1074.test
 

Subclasses of Integrand in q1471341.mp1074.test
 class GenzTestIntegrands.GenzContinuous
           
 class GenzTestIntegrands.GenzCornerPeak
           
 class GenzTestIntegrands.GenzDiscontinuous
           
 class GenzTestIntegrands.GenzGaussian
           
 class GenzTestIntegrands.GenzOscillatory
           
 class GenzTestIntegrands.GenzProductPeak
           
static class SimpleTestIntegrands.F2DTest
          This class represents the 2-dimensional integrand f(x,y) = y*exp(x*y)/(e-2)
static class SimpleTestIntegrands.FOne
          This class represents the integrand f = 1
 

Methods in q1471341.mp1074.test that return Integrand
 Integrand GenzTestIntegrands.getIntegrand(int classNumber, int dimension, double difficulty)
          Generate an integrand for a given integrand class.