Searched refs:handleStep (Results 1 - 9 of 9) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
H A DFixedStepHandler.java60 void handleStep(double t, double[] y, double[] yDot, boolean isLast) throws DerivativeException; method in interface:FixedStepHandler
H A DStepHandler.java48 * #handleStep} method with a {@link DummyStepInterpolator} rather
76 void handleStep(StepInterpolator interpolator, boolean isLast) throws DerivativeException; method in interface:StepHandler
H A DDummyStepHandler.java25 * intermediate steps. Its handleStep method does nothing.</p>
80 public void handleStep(final StepInterpolator interpolator, final boolean isLast) { method in class:DummyStepHandler
H A DStepNormalizer.java33 * FixedStepHandler#handleStep handleStep} method of the underlying
115 public void handleStep(final StepInterpolator interpolator, final boolean isLast) method in class:StepNormalizer
138 handler.handleStep(lastTime, lastState, lastDerivatives, false);
156 handler.handleStep(lastTime, lastState, lastDerivatives, true);
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DStepHandlerWithJacobians.java95 void handleStep(StepInterpolatorWithJacobians interpolator, boolean isLast) throws DerivativeException; method in interface:StepHandlerWithJacobians
H A DFirstOrderIntegratorWithJacobians.java572 public void handleStep(StepInterpolator interpolator, boolean isLast) method in class:FirstOrderIntegratorWithJacobians.StepHandlerWrapper
574 handler.handleStep(new StepInterpolatorWrapper(interpolator, n, k), isLast);
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DMultistepIntegrator.java324 public void handleStep(StepInterpolator interpolator, boolean isLast) method in class:MultistepIntegrator.NordsieckInitializer
H A DAbstractIntegrator.java291 handler.handleStep(interpolator, isLastStep);
332 handler.handleStep(interpolator, isLastStep);
H A DContinuousOutputModel.java200 public void handleStep(final StepInterpolator interpolator, final boolean isLast) method in class:ContinuousOutputModel

Completed in 238 milliseconds