Uses of Interface
org.apache.commons.math.ode.jacobians.EventHandlerWithJacobians
-
Packages that use EventHandlerWithJacobians 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. -
-
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 EventHandlerWithJacobians Modifier and Type Method Description java.util.Collection<EventHandlerWithJacobians>
FirstOrderIntegratorWithJacobians. 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 EventHandlerWithJacobians Modifier and Type Method Description void
FirstOrderIntegratorWithJacobians. addEventHandler(EventHandlerWithJacobians handler, double maxCheckInterval, double convergence, int maxIterationCount)
Deprecated.Add an event handler to the integrator.
-