HEADER

biouml.plugins.simulation.ode
Class RootFinder


public class RootFinder


Constructor Summary
RootFinder(OdeModel function, Btableau butcher, double h, double told, double[] xold, double[][] K)
           

Method Summary
 doublesafeguarded_secant(double thetaA, double thetaB, double ga, double gb)
           
 voidsetup(int i)
           

Constructor Detail

RootFinder

public RootFinder(OdeModel function, Btableau butcher, double h, double told, double[] xold, double[][] K)
Method Detail

safeguarded_secant

public double safeguarded_secant(double thetaA, double thetaB, double ga, double gb)
throws java.lang.Exception

setup

public void setup(int i)

Association Links

to Class biouml.plugins.simulation.ode.OdeModel

to Class biouml.plugins.simulation.ode.Btableau


FOOTER

BOTTOM