Class StiffOdeSolver

java.lang.Object
jdistlib.inference.solver.StiffOdeSolver

public final class StiffOdeSolver extends Object
Adaptive A-stable BDF1 integrator for stiff first-order ODE systems.
  • Method Details

    • integrate

      public static double[][] integrate(OdeSystem system, double[] initial, double initialTime, double[] times, double[] parameters, double[] data, StiffOdeSolver.Options options)
      Integrates to each strictly increasing output time with step-doubling error control.