Package | Description |
---|---|
org.apache.commons.math.ode.jacobians |
This package was intended to solve Ordinary Differential Equations problems
and also compute derivatives of the solution.
|
Modifier and Type | Method and Description |
---|---|
Collection<EventHandlerWithJacobians> |
FirstOrderIntegratorWithJacobians.getEventHandlers()
Deprecated.
Get all the event handlers that have been added to the integrator.
|
Modifier and Type | Method and Description |
---|---|
void |
FirstOrderIntegratorWithJacobians.addEventHandler(EventHandlerWithJacobians handler,
double maxCheckInterval,
double convergence,
int maxIterationCount)
Deprecated.
Add an event handler to the integrator.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.