Package org.drip.function.r1tor1custom
Class LinearRationalTensionExponential
java.lang.Object
org.drip.function.definition.R1ToR1
org.drip.function.r1tor1operator.Convolution
org.drip.function.r1tor1custom.LinearRationalTensionExponential
public class LinearRationalTensionExponential extends Convolution
LinearRationalTensionExponential provides the evaluation of the Convolution of the Linear Rational
and the Tension Exponential Functions and its derivatives for a specified variate.
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = Rd To Rd Function Analysis
- Package = Built-in R1 To R1 Custom Functions
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description LinearRationalTensionExponential(double dblExponentialTension, double dblRationalTension)
Construct a LinearRationalTensionExponential instance -
Method Summary
Methods inherited from class org.drip.function.r1tor1operator.Convolution
derivative, evaluate, integrate
Methods inherited from class org.drip.function.definition.R1ToR1
antiDerivative, conditionNumber, differential, differential, maxima, maxima, minima, minima, poleResidue
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LinearRationalTensionExponential
public LinearRationalTensionExponential(double dblExponentialTension, double dblRationalTension) throws java.lang.ExceptionConstruct a LinearRationalTensionExponential instance- Parameters:
dblExponentialTension
- Exponential Tension ParameterdblRationalTension
- Rational Tension Parameter- Throws:
java.lang.Exception
- Thrown if the inputs are invalid
-