Uses of Interface
org.hipparchus.ode.SecondaryODE
Packages that use SecondaryODE
Package
Description
This package provides migration classes from Apache Commons Math to Hipparchus.
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 -
Uses of SecondaryODE in org.hipparchus.ode
Methods in org.hipparchus.ode that return SecondaryODEModifier and TypeMethodDescriptionComplexODEConverter.convertSecondaryEquations
(ComplexSecondaryODE equations) Convert a secondary equations set.Methods in org.hipparchus.ode with parameters of type SecondaryODEModifier and TypeMethodDescriptionint
ExpandableODE.addSecondaryEquations
(SecondaryODE secondary) Add a set of secondary equations to be integrated along with the primary set.
SecondaryODE