Uses of Class
q1471341.mp1074.integration.IntegrationResult

Packages that use IntegrationResult
q1471341.mp1074.integration   
 

Uses of IntegrationResult in q1471341.mp1074.integration
 

Methods in q1471341.mp1074.integration that return IntegrationResult
 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.