biouml.plugins.simulation.ode
Class Initsss

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

public class Initsss
extends java.lang.Object


Constructor Summary
Initsss(OdeModel function, Span tspan, double[] x0, double[] atol, double[] rtol)
           
Initsss(OdeModel function, Span tspan, double[] x0, double[] atol, double[] rtol, double maxStep)
           
 
Method Summary
 double get_h()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Initsss

public Initsss(OdeModel function,
               Span tspan,
               double[] x0,
               double[] atol,
               double[] rtol)
        throws java.lang.Exception

Initsss

public Initsss(OdeModel function,
               Span tspan,
               double[] x0,
               double[] atol,
               double[] rtol,
               double maxStep)
        throws java.lang.Exception
Method Detail

get_h

public double get_h()


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