Package de.torstennahm.integrate.error

Examples of de.torstennahm.integrate.error.FastConvergenceEstimator


   
    synchronized (resultList) {
      resultList = new LinkedList<ResultEntry>();
      correctResult = Double.NaN;
      calls = 0;
      estimator = new FastConvergenceEstimator();
    }
    resultPanel.repaint();
  }
View Full Code Here


      indexMap = new HashMap<Index, EstimateData>();
    }
   
    IntegrationResult integrate() throws IntegrationFailedException {
      result = new SparseResult();
      estimator = new FastConvergenceEstimator();

      Visualizers.submitToList(visualizers, new Integrand(evaluator));
      Visualizers.submitToList(visualizers, new StartIntegration());
     
      activateIndex(zeroIndex);
View Full Code Here

TOP

Related Classes of de.torstennahm.integrate.error.FastConvergenceEstimator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.