Uses of Interface
org.apache.commons.math.ode.StepInterpolator

Packages that use StepInterpolator
org.apache.commons.math.ode This package provides classes to solve Ordinary Differential Equations problems. 
 

Uses of StepInterpolator in org.apache.commons.math.ode
 

Classes in org.apache.commons.math.ode that implement StepInterpolator
 class AbstractStepInterpolator
          This abstract class represents an interpolator over the last step during an ODE integration.
 class DummyStepInterpolator
          This class is a step interpolator that does nothing.
 

Methods in org.apache.commons.math.ode that return StepInterpolator
 StepInterpolator StepInterpolator.copy()
          Copy the instance.
 StepInterpolator AbstractStepInterpolator.copy()
          Copy the instance.
protected abstract  StepInterpolator AbstractStepInterpolator.doCopy()
          Really copy the finalized instance.
protected  StepInterpolator DummyStepInterpolator.doCopy()
          Really copy the finalized instance.
 

Methods in org.apache.commons.math.ode with parameters of type StepInterpolator
 boolean SwitchingFunctionsHandler.evaluateStep(StepInterpolator interpolator)
          Evaluate the impact of the proposed step on all handled switching functions.
 void ContinuousOutputModel.handleStep(StepInterpolator interpolator, boolean isLast)
          Handle the last accepted step.
 void DummyStepHandler.handleStep(StepInterpolator interpolator, boolean isLast)
          Handle the last accepted step.
 void StepHandler.handleStep(StepInterpolator interpolator, boolean isLast)
          Handle the last accepted step
 void StepNormalizer.handleStep(StepInterpolator interpolator, boolean isLast)
          Handle the last accepted step
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.