Package jline.util.ode
Class Rodas.Dense
java.lang.Object
jline.util.ode.Rodas.Dense
- Enclosing class:
- Rodas
CONTRO: the third-order interpolant RODAS carries over the step just
accepted.
A Rosenbrock method chooses its step from the local error, so its
accepted points are wherever the stiffness put them and never the ones a
caller asked for. This is what makes an arbitrary output grid cost no
extra step. On the FIRST call -- made before any step, with nr == 1
-- cont holds no coefficients yet and the state there is y
itself, so callers must not interpolate at that point.
-
Method Summary
Modifier and TypeMethodDescriptiondoublevalue(int i, double x) Componenti(0-BASED) of the solution atx.
-
Method Details
-
value
public double value(int i, double x) Componenti(0-BASED) of the solution atx.
-