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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecondaryEquations
Deprecated.
as of 1.0, replaced with
SecondaryODE |
Modifier and Type | Method and Description |
---|---|
SecondaryODE |
ComplexODEConverter.convertSecondaryEquations(ComplexSecondaryODE equations)
Convert a secondary equations set.
|
Modifier and Type | Method and Description |
---|---|
int |
ExpandableODE.addSecondaryEquations(SecondaryODE secondary)
Add a set of secondary equations to be integrated along with the primary set.
|
Copyright © 2016-2021 CS GROUP. All rights reserved.