Class RungeKuttaODEProvider

java.lang.Object
org.episteme.core.mathematics.numerical.ode.providers.RungeKuttaODEProvider
All Implemented Interfaces:
ODEProvider, AlgorithmProvider

@AutoService(AlgorithmProvider.class) public class RungeKuttaODEProvider extends Object implements ODEProvider
Implementation of ODEProvider using classical Runge-Kutta 4 (RK4).
Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)