Uses of Interface
org.episteme.core.mathematics.numerical.ode.ODEProvider
Packages that use ODEProvider
Package
Description
-
Uses of ODEProvider in org.episteme.benchmarks.benchmark.benchmarks
Classes in org.episteme.benchmarks.benchmark.benchmarks that implement interfaces with type arguments of type ODEProviderModifier and TypeClassDescriptionclassA benchmark that systematically tests all available ODESolverProviders.Methods in org.episteme.benchmarks.benchmark.benchmarks that return types with arguments of type ODEProviderMethods in org.episteme.benchmarks.benchmark.benchmarks with parameters of type ODEProvider -
Uses of ODEProvider in org.episteme.core.mathematics.numerical.ode.providers
Classes in org.episteme.core.mathematics.numerical.ode.providers that implement ODEProviderModifier and TypeClassDescriptionclassImplementation of ODEProvider using classical Runge-Kutta 4 (RK4).