Class FixedStepSizeAlgorithm

    • Field Summary

      Fields 
      Modifier and Type Field Description
      double endTime  
      double stepSize  
    • Constructor Summary

      Constructors 
      Constructor Description
      FixedStepSizeAlgorithm​(double endTime, double stepSize)  
    • Field Detail

      • endTime

        public final double endTime
      • stepSize

        public final double stepSize
    • Constructor Detail

      • FixedStepSizeAlgorithm

        public FixedStepSizeAlgorithm​(double endTime,
                                      double stepSize)