See: Description
| Interface | Description | 
|---|---|
| FirstOrderDifferentialEquations | Deprecated as of 1.0, replaced with  OrdinaryDifferentialEquation | 
| MainStateJacobianProvider | Deprecated as of 1.0, replaced with  ODEJacobiansProvider | 
| ParameterJacobianProvider | Deprecated as of 1.0, replaced with  NamedParameterJacobianProvider | 
| SecondaryEquations | Deprecated as of 1.0, replaced with  SecondaryODE | 
| SecondOrderDifferentialEquations | Deprecated as of 1.0, replaced with  SecondOrderODE | 
| Class | Description | 
|---|---|
| ContinuousOutputModel | Deprecated as of 1.0, replaced with  DenseOutputModel | 
| JacobianMatrices | Deprecated as of 1.0, replaced with  VariationalEquation | 
| Exception | Description | 
|---|---|
| JacobianMatrices.MismatchedEquations | Special exception for equations mismatch. | 
| UnknownParameterException | Deprecated as of 1.0, this exception is replaced by  MathIllegalArgumentException | 
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.
Copyright © 2016–2020 Hipparchus.org. All rights reserved.