org.apache.commons.math.ode.nonstiff
Class GraggBulirschStoerIntegratorTest.VariableStepHandler

java.lang.Object
  extended by org.apache.commons.math.ode.nonstiff.GraggBulirschStoerIntegratorTest.VariableStepHandler
All Implemented Interfaces:
org.apache.commons.math.ode.sampling.StepHandler
Enclosing class:
GraggBulirschStoerIntegratorTest

public static class GraggBulirschStoerIntegratorTest.VariableStepHandler
extends Object
implements org.apache.commons.math.ode.sampling.StepHandler


Constructor Summary
GraggBulirschStoerIntegratorTest.VariableStepHandler()
           
 
Method Summary
 void handleStep(org.apache.commons.math.ode.sampling.StepInterpolator interpolator, boolean isLast)
           
 boolean requiresDenseOutput()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraggBulirschStoerIntegratorTest.VariableStepHandler

public GraggBulirschStoerIntegratorTest.VariableStepHandler()
Method Detail

requiresDenseOutput

public boolean requiresDenseOutput()
Specified by:
requiresDenseOutput in interface org.apache.commons.math.ode.sampling.StepHandler

reset

public void reset()
Specified by:
reset in interface org.apache.commons.math.ode.sampling.StepHandler

handleStep

public void handleStep(org.apache.commons.math.ode.sampling.StepInterpolator interpolator,
                       boolean isLast)
Specified by:
handleStep in interface org.apache.commons.math.ode.sampling.StepHandler


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.