Uses of Interface
org.apache.commons.math.ode.jacobians.EventHandlerWithJacobians
Packages that use EventHandlerWithJacobians
Package
Description
This package was intended to solve Ordinary Differential Equations problems
and also compute derivatives of the solution.
-
Uses of EventHandlerWithJacobians in org.apache.commons.math.ode.jacobians
Methods in org.apache.commons.math.ode.jacobians that return types with arguments of type EventHandlerWithJacobiansModifier and TypeMethodDescriptionFirstOrderIntegratorWithJacobians.getEventHandlers()
Deprecated.Get all the event handlers that have been added to the integrator.Methods in org.apache.commons.math.ode.jacobians with parameters of type EventHandlerWithJacobiansModifier and TypeMethodDescriptionvoid
FirstOrderIntegratorWithJacobians.addEventHandler
(EventHandlerWithJacobians handler, double maxCheckInterval, double convergence, int maxIterationCount) Deprecated.Add an event handler to the integrator.