Uses of Interface
org.hipparchus.ode.SecondOrderODE
-
Packages that use SecondOrderODE 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 SecondOrderODE in org.hipparchus.migration.ode
Subinterfaces of SecondOrderODE in org.hipparchus.migration.ode Modifier and Type Interface Description interface
SecondOrderDifferentialEquations
Deprecated.as of 1.0, replaced withSecondOrderODE
-
Uses of SecondOrderODE in org.hipparchus.ode
Constructors in org.hipparchus.ode with parameters of type SecondOrderODE Constructor Description FirstOrderConverter(SecondOrderODE equations)
Simple constructor.
-