| Package | Description | 
|---|---|
| org.hipparchus.ode | 
 
 This package provides classes to solve Ordinary Differential Equations problems. 
 | 
| org.hipparchus.ode.nonstiff | 
 
 This package provides classes to solve non-stiff Ordinary Differential Equations problems. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected FieldExpandableODE<T> | 
AbstractFieldIntegrator.getEquations()
Get the differential equations to integrate. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected FieldODEStateAndDerivative<T> | 
AbstractFieldIntegrator.initIntegration(FieldExpandableODE<T> eqn,
               FieldODEState<T> s0,
               T t)
Prepare the start of an integration. 
 | 
FieldODEStateAndDerivative<T> | 
FieldODEIntegrator.integrate(FieldExpandableODE<T> equations,
         FieldODEState<T> initialState,
         T finalTime)
Integrate the differential equations up to the given time. 
 | 
protected void | 
MultistepFieldIntegrator.start(FieldExpandableODE<T> equations,
     FieldODEState<T> initialState,
     T t)
Start the integration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FieldODEStateAndDerivative<T> | 
EmbeddedRungeKuttaFieldIntegrator.integrate(FieldExpandableODE<T> equations,
         FieldODEState<T> initialState,
         T finalTime)
Integrate the differential equations up to the given time. 
 | 
FieldODEStateAndDerivative<T> | 
AdamsFieldIntegrator.integrate(FieldExpandableODE<T> equations,
         FieldODEState<T> initialState,
         T finalTime)
Integrate the differential equations up to the given time. 
 | 
FieldODEStateAndDerivative<T> | 
RungeKuttaFieldIntegrator.integrate(FieldExpandableODE<T> equations,
         FieldODEState<T> initialState,
         T finalTime)
Integrate the differential equations up to the given time. 
 | 
Copyright © 2016-2022 CS GROUP. All rights reserved.