Uses of Class
org.hipparchus.ode.ComplexODEStateAndDerivative
-
Packages that use ComplexODEStateAndDerivative Package Description org.hipparchus.ode This package provides classes to solve Ordinary Differential Equations problems. -
-
Uses of ComplexODEStateAndDerivative in org.hipparchus.ode
Methods in org.hipparchus.ode that return ComplexODEStateAndDerivative Modifier and Type Method Description ComplexODEStateAndDerivative
ComplexODEConverter. convertState(ODEStateAndDerivative state)
Convert a real state and derivatives (typically the final state or some intermediate state for step handling or event handling).
-