Package org.drip.function.definition
Interface R2ToZ1
- All Known Implementing Classes:
BigH1FromBigJ,BigH1FromBigJBigY,BigH2FromBigJ,BigH2FromBigJBigY,HankelFirstKindEstimator,HankelSecondKindEstimator,RiccatiBesselXeeEstimator,RiccatiBesselZitaEstimator,SmallH1,SmallH2,SphericalHankelFirstKindEstimator,SphericalHankelSecondKindEstimator,XeeFromBigH1,XeeFromSC,XeeFromSmallH1,ZitaFromBigH2,ZitaFromSC,ZitaFromSmallH2
public interface R2ToZ1
R2ToZ1 provides the Evaluation of the Complex Objective Function and its Derivatives for a
specified Variate Pair.
- Abramowitz, M., and I. A. Stegun (2007): Handbook of Mathematics Functions Dover Book on Mathematics
- Arfken, G. B., and H. J. Weber (2005): Mathematical Methods for Physicists 6th Edition Harcourt San Diego
- Temme N. M. (1996): Special Functions: An Introduction to the Classical Functions of Mathematical Physics 2nd Edition Wiley New York
- Watson, G. N. (1995): A Treatise on the Theory of Bessel Functions Cambridge University Press
- Wikipedia (2019): Bessel Function https://en.wikipedia.org/wiki/Bessel_function
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = Rd To Rd Function Analysis
- Package = Function Implementation Ancillary Support Objects
- Author:
- Lakshmi Krishnamurthy
-
Method Summary
Modifier and Type Method Description C1Cartesianevaluate(double x, double y)Evaluate for the given variate Pair
-
Method Details
-
evaluate
Evaluate for the given variate Pair- Parameters:
x- Xy- Y- Returns:
- Returns the Calculated Complex Value
-