de.torstennahm.integrate.sparse
Class EvaluateIntegrator.EvalData

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

protected static class EvaluateIntegrator.EvalData
extends java.lang.Object


Field Summary
protected  long calls
           
protected  boolean completed
           
protected  double contribution
           
 
Constructor Summary
protected EvaluateIntegrator.EvalData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

completed

protected boolean completed

contribution

protected double contribution

calls

protected long calls
Constructor Detail

EvaluateIntegrator.EvalData

protected EvaluateIntegrator.EvalData()