org.apache.commons.math.ode.nonstiff
Class GraggBulirschStoerIntegratorTest.VariableStepHandler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraggBulirschStoerIntegratorTest.VariableStepHandler
public GraggBulirschStoerIntegratorTest.VariableStepHandler()
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-2010 Apache Software Foundation. All Rights Reserved.