HEADER

biouml.plugins.simulation.ode
Class ErrorEstimator


public class ErrorEstimator


Constructor Summary
ErrorEstimator()
           

Method Summary
 static double[]embedded_estimate(double h, double[] xold, double[] xnew, double[] xe, double[] atol, double[] rtol, double p, double aMax, double aMin, double alpha)
           
 static double[]stepdoubling_estimate(double h, double[] eta1, double[] eta2, double[] xtemp, double atol, double rtol, double p, double amax, double alpha)
           

Constructor Detail

ErrorEstimator

public ErrorEstimator()
Method Detail

embedded_estimate

public static double[] embedded_estimate(double h, double[] xold, double[] xnew, double[] xe, double[] atol, double[] rtol, double p, double aMax, double aMin, double alpha)
throws java.lang.Exception

stepdoubling_estimate

public static double[] stepdoubling_estimate(double h, double[] eta1, double[] eta2, double[] xtemp, double atol, double rtol, double p, double amax, double alpha)
throws java.lang.Exception

FOOTER

BOTTOM