Class Rodas.Dense

java.lang.Object
jline.util.ode.Rodas.Dense
Enclosing class:
Rodas

public static final class Rodas.Dense extends Object
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 Details

    • value

      public double value(int i, double x)
      Component i (0-BASED) of the solution at x.