Package jdistlib.inference.solver
Class StiffOdeSolver
java.lang.Object
jdistlib.inference.solver.StiffOdeSolver
Adaptive A-stable BDF1 integrator for stiff first-order ODE systems.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classStiff integration controls. -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
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.
-