Uses of Interface
org.hipparchus.ode.SecondaryODE
- 
Packages that use SecondaryODE Package Description org.hipparchus.migration.ode This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.ode This package provides classes to solve Ordinary Differential Equations problems. - 
- 
Uses of SecondaryODE in org.hipparchus.migration.ode
Subinterfaces of SecondaryODE in org.hipparchus.migration.ode Modifier and Type Interface Description interfaceSecondaryEquationsDeprecated.as of 1.0, replaced withSecondaryODE - 
Uses of SecondaryODE in org.hipparchus.ode
Methods in org.hipparchus.ode that return SecondaryODE Modifier and Type Method Description SecondaryODEComplexODEConverter. convertSecondaryEquations(ComplexSecondaryODE equations)Convert a secondary equations set.Methods in org.hipparchus.ode with parameters of type SecondaryODE Modifier and Type Method Description intExpandableODE. addSecondaryEquations(SecondaryODE secondary)Add a set of secondary equations to be integrated along with the primary set. 
 -