Class LaplaceTransformGaussLegendre

java.lang.Object
org.drip.function.definition.R1ToR1
org.drip.numerical.laplacian.LaplaceTransformGaussLegendre

public class LaplaceTransformGaussLegendre
extends R1ToR1
LaplaceTransformGaussLegendre implements the Laplace Transform Functionality using the Gauss Legendre Quadrature Scheme.



Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • LaplaceTransformGaussLegendre

      public LaplaceTransformGaussLegendre​(DerivativeControl dc, R1ToR1 signalFunction) throws java.lang.Exception
      LaplaceTransformGaussLegendre Constructor
      Parameters:
      dc - The Derivative Control
      signalFunction - The Signal Function
      Throws:
      java.lang.Exception - Thrown if the Inputs are Invalid
  • Method Details

    • signalFunction

      public R1ToR1 signalFunction()
      Retrieve the Signal Function
      Returns:
      The Signal Function
    • evaluate

      public double evaluate​(double z) throws java.lang.Exception
      Description copied from class: R1ToR1
      Evaluate for the given variate
      Specified by:
      evaluate in class R1ToR1
      Parameters:
      z - Variate
      Returns:
      Returns the calculated value
      Throws:
      java.lang.Exception - Thrown if evaluation cannot be done