Uses of Class
org.apache.commons.math3.ode.nonstiff.HighamHall54FieldStepInterpolator
Packages that use HighamHall54FieldStepInterpolator
Package
Description
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
-
Uses of HighamHall54FieldStepInterpolator in org.apache.commons.math3.ode.nonstiff
Methods in org.apache.commons.math3.ode.nonstiff that return HighamHall54FieldStepInterpolatorModifier and TypeMethodDescriptionprotected HighamHall54FieldStepInterpolator
<T> HighamHall54FieldStepInterpolator.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 HighamHall54FieldStepInterpolator
<T> HighamHall54FieldIntegrator.createInterpolator
(boolean forward, T[][] yDotK, FieldODEStateAndDerivative<T> globalPreviousState, FieldODEStateAndDerivative<T> globalCurrentState, FieldEquationsMapper<T> mapper) Create an interpolator.