Uses of Class
org.hipparchus.ode.nonstiff.interpolators.LutherStateInterpolator
Packages that use LutherStateInterpolator
Package
Description
 This package provides classes to solve non-stiff Ordinary Differential Equations problems.
 This package provides classes implementing interpolators for dense outputs of ODE integrators.
- 
Uses of LutherStateInterpolator in org.hipparchus.ode.nonstiff
Methods in org.hipparchus.ode.nonstiff that return LutherStateInterpolatorModifier and TypeMethodDescriptionprotected LutherStateInterpolatorLutherIntegrator.createInterpolator(boolean forward, double[][] yDotK, ODEStateAndDerivative globalPreviousState, ODEStateAndDerivative globalCurrentState, EquationsMapper mapper) Create an interpolator. - 
Uses of LutherStateInterpolator in org.hipparchus.ode.nonstiff.interpolators
Methods in org.hipparchus.ode.nonstiff.interpolators that return LutherStateInterpolatorModifier and TypeMethodDescriptionprotected LutherStateInterpolatorLutherStateInterpolator.create(boolean newForward, double[][] newYDotK, ODEStateAndDerivative newGlobalPreviousState, ODEStateAndDerivative newGlobalCurrentState, ODEStateAndDerivative newSoftPreviousState, ODEStateAndDerivative newSoftCurrentState, EquationsMapper newMapper) Create a new instance.