|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectq1471341.mp1074.integration.Integrator
q1471341.mp1074.integration.LatticeIntegrator
Performs a lattice rule integration.
| Field Summary |
| Fields inherited from class q1471341.mp1074.integration.Integrator |
TC_ABSOLUTE_TOLERANCE, TC_EVALUATION_COUNT, TC_EVALUATION_TIME, TC_RELATIVE_TOLERANCE |
| Constructor Summary | |
LatticeIntegrator(LatticeRule latticeRule,
Optimizer optimizer)
Instantiates a lattice rule integrator |
|
| Method Summary | |
IntegrationResult |
integrate(Integrand f)
Performs numerical integration of the integrand until one of the termination conditions is met. |
java.lang.String |
toString()
|
| Methods inherited from class q1471341.mp1074.integration.Integrator |
getAbsoluteTolerance, getEvaluationCountLimit, getEvaluationTime, getRelativeTolerance, getTerminationCondition, setAbsoluteTolerance, setEvaluationCountLimit, setRelativeTolerance |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LatticeIntegrator(LatticeRule latticeRule,
Optimizer optimizer)
latticeRule - thelattice rule to use
if not specified, e.g. null,
a good lattice points rule is usedoptimizer - the optimizer instance used to find the optimal
lattice generating vector
if not specified, e.g. null,
the default optimizer is used| Method Detail |
public IntegrationResult integrate(Integrand f)
integrate in class Integratorf - integrand function
IntegrationException - if an integration error occurspublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||