Package org.hipparchus.migration.ode
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 Summary Interface Description FirstOrderDifferentialEquations Deprecated. as of 1.0, replaced withOrdinaryDifferentialEquation
MainStateJacobianProvider Deprecated. as of 1.0, replaced withODEJacobiansProvider
ParameterJacobianProvider Deprecated. as of 1.0, replaced withNamedParameterJacobianProvider
SecondaryEquations Deprecated. as of 1.0, replaced withSecondaryODE
SecondOrderDifferentialEquations Deprecated. as of 1.0, replaced withSecondOrderODE
-
Class Summary Class Description ContinuousOutputModel Deprecated. as of 1.0, replaced withDenseOutputModel
JacobianMatrices Deprecated. as of 1.0, replaced withVariationalEquation
-
Exception Summary Exception Description JacobianMatrices.MismatchedEquations Special exception for equations mismatch.UnknownParameterException Deprecated. as of 1.0, this exception is replaced byMathIllegalArgumentException