de.torstennahm.integrate.sparse
Class EvaluateIntegrator.InternalIntegrator

java.lang.Object
  extended by de.torstennahm.integrate.sparse.EvaluateIntegrator.InternalIntegrator
Enclosing class:
EvaluateIntegrator

protected class EvaluateIntegrator.InternalIntegrator
extends java.lang.Object


Field Summary
protected  StopCondition condition
           
protected  int currentDimension
           
protected  int dimension
           
protected  double errorEstimate
           
protected  Evaluator evaluator
           
protected  double higherContributions
           
protected  int higherThanEstimate
           
protected  de.torstennahm.integrate.sparse.HybridManager hybridManager
           
protected  java.util.Map<Index,EvaluateIntegrator.EvalData> indexMap
           
protected  boolean primaryCompleted
           
protected  int primaryIndices
           
protected  de.torstennahm.integrate.sparse.SparseResult result
           
protected  java.util.List<Visualizer> visualizers
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

evaluator

protected final Evaluator evaluator

condition

protected final StopCondition condition

visualizers

protected final java.util.List<Visualizer> visualizers

dimension

protected final int dimension

currentDimension

protected int currentDimension

hybridManager

protected de.torstennahm.integrate.sparse.HybridManager hybridManager

higherThanEstimate

protected int higherThanEstimate

higherContributions

protected double higherContributions

indexMap

protected java.util.Map<Index,EvaluateIntegrator.EvalData> indexMap

errorEstimate

protected double errorEstimate

primaryIndices

protected int primaryIndices

primaryCompleted

protected boolean primaryCompleted

result

protected de.torstennahm.integrate.sparse.SparseResult result