Examples of FastConvergenceEstimator


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

Examples of de.torstennahm.integrate.error.FastConvergenceEstimator

      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
Copyright © 2018 www.massapi.com. 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.