Home
last modified time | relevance | path

Searched defs:handleStep (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DFixedStepHandler.java60 void handleStep(double t, double[] y, double[] yDot, boolean isLast) throws DerivativeException; in handleStep() method
DStepHandler.java76 void handleStep(StepInterpolator interpolator, boolean isLast) throws DerivativeException; in handleStep() method
DDummyStepHandler.java80 public void handleStep(final StepInterpolator interpolator, final boolean isLast) { in handleStep() method in DummyStepHandler
DStepNormalizer.java115 public void handleStep(final StepInterpolator interpolator, final boolean isLast) in handleStep() method in StepNormalizer
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
DStepHandlerWithJacobians.java95 …void handleStep(StepInterpolatorWithJacobians interpolator, boolean isLast) throws DerivativeExcep… in handleStep() method
DFirstOrderIntegratorWithJacobians.java572 public void handleStep(StepInterpolator interpolator, boolean isLast) in handleStep() method in FirstOrderIntegratorWithJacobians.StepHandlerWrapper
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DContinuousOutputModel.java200 public void handleStep(final StepInterpolator interpolator, final boolean isLast) in handleStep() method in ContinuousOutputModel
DMultistepIntegrator.java324 public void handleStep(StepInterpolator interpolator, boolean isLast) in handleStep() method in MultistepIntegrator.NordsieckInitializer