Package org.drip.function.r1tor1
Class UnivariateReciprocal
java.lang.Object
org.drip.function.definition.R1ToR1
org.drip.function.r1tor1.UnivariateReciprocal
public class UnivariateReciprocal extends R1ToR1
UnivariateReciprocal provides the evaluation 1/f(x) instead of f(x) for a given f.
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = Rd To Rd Function Analysis
- Package = Built-in R1 To R1 Operator Functions
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description UnivariateReciprocal(R1ToR1 au)
UnivariateReciprocal constructor -
Method Summary
Modifier and Type Method Description double
evaluate(double dblVariate)
Evaluate for the given variateMethods inherited from class org.drip.function.definition.R1ToR1
antiDerivative, conditionNumber, derivative, differential, differential, integrate, maxima, maxima, minima, minima, poleResidue
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UnivariateReciprocal
UnivariateReciprocal constructor- Parameters:
au
- Univariate Function- Throws:
java.lang.Exception
- Thrown if the input is invalid
-
-
Method Details
-
evaluate
public double evaluate(double dblVariate) throws java.lang.ExceptionDescription copied from class:R1ToR1
Evaluate for the given variate
-