Package | Description |
---|---|
org.apache.commons.math3.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
org.apache.commons.math3.ode.sampling |
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousOutputFieldModel<T extends RealFieldElement<T>>
This class stores all information provided by an ODE integrator
during the integration process and build a continuous model of the
solution from this.
|
Modifier and Type | Method and Description |
---|---|
Collection<FieldStepHandler<T>> |
AbstractFieldIntegrator.getStepHandlers()
Get all the step handlers that have been added to the integrator.
|
Collection<FieldStepHandler<T>> |
FirstOrderFieldIntegrator.getStepHandlers()
Get all the step handlers that have been added to the integrator.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractFieldIntegrator.addStepHandler(FieldStepHandler<T> handler)
Add a step handler to this integrator.
|
void |
FirstOrderFieldIntegrator.addStepHandler(FieldStepHandler<T> handler)
Add a step handler to this integrator.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldStepNormalizer<T extends RealFieldElement<T>>
This class wraps an object implementing
FieldFixedStepHandler
into a FieldStepHandler . |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.