Uses of Class
org.apache.commons.math3.ode.nonstiff.AdamsFieldStepInterpolator
Packages that use AdamsFieldStepInterpolator
Package
Description
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
Uses of AdamsFieldStepInterpolator in org.apache.commons.math3.ode.nonstiff
Methods in org.apache.commons.math3.ode.nonstiff that return AdamsFieldStepInterpolatorModifier and TypeMethodDescriptionprotected AdamsFieldStepInterpolator
<T> AdamsFieldStepInterpolator.create
(boolean newForward, FieldODEStateAndDerivative<T> newGlobalPreviousState, FieldODEStateAndDerivative<T> newGlobalCurrentState, FieldODEStateAndDerivative<T> newSoftPreviousState, FieldODEStateAndDerivative<T> newSoftCurrentState, FieldEquationsMapper<T> newMapper) Create a new instance.