Searched refs:addStepHandler (Results 1 - 5 of 5) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DODEIntegrator.java48 void addStepHandler(StepHandler handler); method in interface:ODEIntegrator
52 * @see #addStepHandler(StepHandler)
59 * @see #addStepHandler(StepHandler)
H A DMultistepIntegrator.java222 starter.addStepHandler(new NordsieckInitializer(y0.length));
H A DAbstractIntegrator.java107 public void addStepHandler(final StepHandler handler) { method in class:AbstractIntegrator
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DFirstOrderIntegratorWithJacobians.java113 public void addStepHandler(StepHandlerWithJacobians handler) { method in class:FirstOrderIntegratorWithJacobians
116 integrator.addStepHandler(new StepHandlerWrapper(handler, n, k));
121 * @see #addStepHandler(StepHandlerWithJacobians)
136 * @see #addStepHandler(StepHandlerWithJacobians)
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DGraggBulirschStoerIntegrator.java334 public void addStepHandler (final StepHandler handler) { method in class:GraggBulirschStoerIntegrator
336 super.addStepHandler(handler);

Completed in 88 milliseconds