This package provides migration classes from Apache Commons Math to Hipparchus.
The classes are intended to be used temporarily for applications that did rely on Apache Commons Math and are migrated progressively. All the classes are deprecated and are there only to avoid compilation errors in users code, allowing them to update to new APIs progressively.
Interface | Description |
---|---|
FixedStepHandler | Deprecated.
as of 1.0, replaced with
ODEFixedStepHandler |
StepHandler | Deprecated.
as of 1.0, replaced with
ODEStepHandler |
StepInterpolator | Deprecated.
as of 1.0, replaced with
ODEStateInterpolator |
Class | Description |
---|---|
DummyStepHandler | Deprecated.
as of 1.0, this class is not used anymore
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.