Uses of Class
org.apache.commons.math3.ode.nonstiff.ClassicalRungeKuttaFieldStepInterpolator
Packages that use ClassicalRungeKuttaFieldStepInterpolator
Package
Description
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
Uses of ClassicalRungeKuttaFieldStepInterpolator in org.apache.commons.math3.ode.nonstiff
Methods in org.apache.commons.math3.ode.nonstiff that return ClassicalRungeKuttaFieldStepInterpolatorModifier and TypeMethodDescriptionprotected ClassicalRungeKuttaFieldStepInterpolator
<T> ClassicalRungeKuttaFieldStepInterpolator.create
(Field<T> newField, boolean newForward, T[][] newYDotK, FieldODEStateAndDerivative<T> newGlobalPreviousState, FieldODEStateAndDerivative<T> newGlobalCurrentState, FieldODEStateAndDerivative<T> newSoftPreviousState, FieldODEStateAndDerivative<T> newSoftCurrentState, FieldEquationsMapper<T> newMapper) Create a new instance.protected ClassicalRungeKuttaFieldStepInterpolator
<T> ClassicalRungeKuttaFieldIntegrator.createInterpolator
(boolean forward, T[][] yDotK, FieldODEStateAndDerivative<T> globalPreviousState, FieldODEStateAndDerivative<T> globalCurrentState, FieldEquationsMapper<T> mapper) Create an interpolator.