Package jline.api.aoi

Interface LstFunction

  • All Implemented Interfaces:

    
    public interface LstFunction
    
                        

    Functional interface for Laplace-Stieltjes Transform evaluation.

    Evaluates the LST at a given point s in the complex plane.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Double evaluate(Double s) Evaluate the LST at the given value of s.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • evaluate

         abstract Double evaluate(Double s)

        Evaluate the LST at the given value of s.

        Parameters:
        s - The point at which to evaluate the LST (real, non-negative)
        Returns:

        The value of the LST at s