Package jline.lib.ode

Class RKF45Result

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final DoubleArray getY() solution vector at the output time
      final DoubleArray getYp() derivative vector at the output time
      final Double getT() current value of the independent variable
      final Integer getFlag() status indicator (2 = normal, see RKF45 for other codes)
      final Double getRelerr() possibly adjusted relative error tolerance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait