Package | Description |
---|---|
org.apache.commons.math.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
org.apache.commons.math.ode.events |
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
|
org.apache.commons.math.ode.jacobians |
This package was intended to solve Ordinary Differential Equations problems
and also compute derivatives of the solution.
|
org.apache.commons.math.ode.nonstiff |
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
|
Class and Description |
---|
CombinedEventsManager
Deprecated.
as of 2.2, this class is not used anymore
|
EventHandler
This interface represents a handler for discrete events triggered
during ODE integration.
|
Class and Description |
---|
EventException
This exception is made available to users to report
the error conditions that are triggered by
EventHandler |
EventHandler
This interface represents a handler for discrete events triggered
during ODE integration.
|
EventState
This class handles the state for one
event handler during integration steps. |
Class and Description |
---|
EventException
This exception is made available to users to report
the error conditions that are triggered by
EventHandler |
Class and Description |
---|
EventHandler
This interface represents a handler for discrete events triggered
during ODE integration.
|
Copyright © 2003–2016. All rights reserved.