biouml.plugins.simulation.ode
Class RootFinder

java.lang.Object
  extended bybiouml.plugins.simulation.ode.RootFinder

public class RootFinder
extends java.lang.Object


Constructor Summary
RootFinder(OdeModel function, Btableau butcher, double h, double told, double[] xold, double[][] K)
           
 
Method Summary
 double safeguarded_secant(double thetaA, double thetaB, double ga, double gb)
           
 void setup(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootFinder

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

setup

public void setup(int i)

safeguarded_secant

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


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.