| 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 | Method | Description | 
|---|---|---|
void | 
JacobianMatrices.setParameterizedODE(ParametersController pc) | 
 Deprecated. 
 
as of 1.0, replaced with  
JacobianMatrices.setParametersController(ParametersController) | 
void | 
JacobianMatrices.setParametersController(ParametersController parametersController) | 
 Deprecated.  
Set a parameter Jacobian provider. 
 | 
| Constructor | Description | 
|---|---|
VariationalEquation(ExpandableODE expandable,
                   OrdinaryDifferentialEquation ode,
                   double[] hY,
                   ParametersController controller,
                   ParameterConfiguration... paramsAndSteps) | 
 Build variational equation using finite differences for local
 partial derivatives. 
 | 
Copyright © 2016–2018 Hipparchus.org. All rights reserved.