Package q1471341.mp1074.integration

Class Summary
Integrand Models a mathematical function used as an integrand.
IntegrationResult The class IntegrationResult models the result of an integration.
Integrator The abstract root class of the integrator hierarchy.
LatticeIntegrator Performs a lattice rule integration.
MonteCarloIntegrator Performs Monte-Carlo integration, using the java.util.random to generate the inetrgation points.
 

Exception Summary
IntegrationException This exceptions is thrown if the integration cannot be completed.