Uses of Interface
org.drip.function.definition.R2ToZ1
| Package | Description |
|---|---|
| org.drip.specialfunction.definition |
Definition of Special Function Estimators
|
| org.drip.specialfunction.hankel |
Ordered Hankel Function Variant Estimators
|
-
Uses of R2ToZ1 in org.drip.specialfunction.definition
Classes in org.drip.specialfunction.definition that implement R2ToZ1 Modifier and Type Class Description classHankelFirstKindEstimatorHankelFirstKindEstimator exposes the Estimator for the Hankel Function of the First Kind.classHankelSecondKindEstimatorHankelSecondKindEstimator exposes the Estimator for the Hankel Function of the Second Kind.classRiccatiBesselXeeEstimatorRiccatiBesselXeeEstimator exposes the Estimator for the Riccati-Bessel Xee Function.classRiccatiBesselZitaEstimatorRiccatiBesselZitaEstimator exposes the Estimator for the Riccati-Bessel Zita Function.classSphericalHankelFirstKindEstimatorSphericalHankelFirstKindEstimator exposes the Estimator for the Spherical Hankel Function of the First Kind.classSphericalHankelSecondKindEstimatorSphericalHankelSecondKindEstimator exposes the Estimator for the Spherical Hankel Function of the Second Kind. -
Uses of R2ToZ1 in org.drip.specialfunction.hankel
Classes in org.drip.specialfunction.hankel that implement R2ToZ1 Modifier and Type Class Description classBigH1FromBigJBigH1FromBigJ implements the Estimator for the Cylindrical Hankel Function of the First Kind from the Bessel Function of the First Kind.classBigH1FromBigJBigYBigH1FromBigJBigY implements the Estimator for the Cylindrical Hankel Function of the First Kind from the Bessel Functions of the First Kind and the Second Kind.classBigH2FromBigJBigH2FromBigJ implements the Estimator for the Cylindrical Hankel Function of the Second Kind from the Bessel Function of the First Kind.classBigH2FromBigJBigYBigH2FromBigJBigY implements the Estimator for the Cylindrical Hankel Function of the Second Kind from the Bessel Functions of the First Kind and the Second Kind.classSmallH1SmallH1 implements the Estimator for the Spherical Hankel Function of the First Kind.classSmallH2SmallH2 implements the Estimator for the Spherical Hankel Function of the Second Kind.classXeeFromBigH1XeeFromBigH1 implements the Estimator for the Riccati-Bessel Xee Function using the Hankel Function of the First Kind.classXeeFromSCXeeFromSC implements the Estimator for the Riccati-Bessel Xee Function using the Riccati-Bessel C and S Functions.classXeeFromSmallH1XeeFromSmallH1 implements the Estimator for the Riccati-Bessel Xee Function using the Spherical Hankel Function of the First Kind.classZitaFromBigH2ZitaFromBigH2 implements the Estimator for the Riccati-Bessel Zita Function using the Hankel Function of the Second Kind.classZitaFromSCZitaFromSC implements the Estimator for the Riccati-Bessel Zita Function using the Riccati-Bessel C and S Functions.classZitaFromSmallH2ZitaFromSmallH2 implements the Estimator for the Riccati-Bessel Zita Function using the Spherical Hankel Function of the Second Kind.