Package jline.api.aoi

Interface LstFunction


public interface LstFunction
Functional interface for Laplace-Stieltjes Transform evaluation. Evaluates the LST at a given point s in the complex plane.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    evaluate(double s)
    Evaluate the LST at the given value of s.
  • Method Details

    • evaluate

      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