Class MethodStepHandler

  • All Implemented Interfaces:
    org.apache.commons.math3.ode.sampling.StepHandler

    
    public class MethodStepHandler
     implements StepHandler
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodStepHandler(int numDimensions)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void handleStep(StepInterpolator interpolator, boolean isLast)
      void init(double t0, Array<double> x0, double t)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MethodStepHandler

        MethodStepHandler(int numDimensions)
    • Method Detail

      • handleStep

         void handleStep(StepInterpolator interpolator, boolean isLast)
      • init

         void init(double t0, Array<double> x0, double t)