Uses of Class
org.hipparchus.ode.nonstiff.AdamsNordsieckTransformer
-
Packages that use AdamsNordsieckTransformer Package Description org.hipparchus.ode.nonstiff This package provides classes to solve non-stiff Ordinary Differential Equations problems. -
-
Uses of AdamsNordsieckTransformer in org.hipparchus.ode.nonstiff
Methods in org.hipparchus.ode.nonstiff that return AdamsNordsieckTransformer Modifier and Type Method Description static AdamsNordsieckTransformer
AdamsNordsieckTransformer. getInstance(int nSteps)
Get the Nordsieck transformer for a given number of steps.
-