numericalMethods.calculus.integration
Class BulirschStoerIntegrator
java.lang.Object
|
+--numericalMethods.calculus.integration.OdeSolverBasedIntegrator
|
+--numericalMethods.calculus.integration.BulirschStoerIntegrator
- All Implemented Interfaces:
- java.lang.Cloneable, DoubleArrayValuedIntegrator, java.io.Serializable
- public final class BulirschStoerIntegrator
- extends OdeSolverBasedIntegrator
- See Also:
- Serialized Form
Methods inherited from class numericalMethods.calculus.integration.OdeSolverBasedIntegrator |
addPropertyChangeListener, firePropertyChange, firePropertyChange, getCachValues, getDoubleArrayValueLength, getIntegral, getOdeSolver, integrate, integrate, integrateTo, removePropertyChangeListener, setCachValues, setDoubleArrayValueLength, setFunction, startAt |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initialStepSize
double initialStepSize
eps
double eps
BulirschStoerIntegrator
public BulirschStoerIntegrator()
BulirschStoerIntegrator
public BulirschStoerIntegrator(int doubleArrayValueLength)
BulirschStoerIntegrator
public BulirschStoerIntegrator(int doubleArrayValueLength,
boolean cachValues)
BulirschStoerIntegrator
public BulirschStoerIntegrator(numericalMethods.function.DoubleParametrized doubleParametrized,
numericalMethods.function.DoubleArrayValued doubleArrayValued)
BulirschStoerIntegrator
public BulirschStoerIntegrator(numericalMethods.function.DoubleParametrized doubleParametrized,
numericalMethods.function.DoubleArrayValued doubleArrayValued,
boolean cachValues)
getInitialStepSize
public double getInitialStepSize()
setInitialStepSize
public void setInitialStepSize(double initialStepSize)
getEps
public double getEps()
setEps
public void setEps(double eps)