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 class
HankelFirstKindEstimator
HankelFirstKindEstimator exposes the Estimator for the Hankel Function of the First Kind.class
HankelSecondKindEstimator
HankelSecondKindEstimator exposes the Estimator for the Hankel Function of the Second Kind.class
RiccatiBesselXeeEstimator
RiccatiBesselXeeEstimator exposes the Estimator for the Riccati-Bessel Xee Function.class
RiccatiBesselZitaEstimator
RiccatiBesselZitaEstimator exposes the Estimator for the Riccati-Bessel Zita Function.class
SphericalHankelFirstKindEstimator
SphericalHankelFirstKindEstimator exposes the Estimator for the Spherical Hankel Function of the First Kind.class
SphericalHankelSecondKindEstimator
SphericalHankelSecondKindEstimator 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 class
BigH1FromBigJ
BigH1FromBigJ implements the Estimator for the Cylindrical Hankel Function of the First Kind from the Bessel Function of the First Kind.class
BigH1FromBigJBigY
BigH1FromBigJBigY implements the Estimator for the Cylindrical Hankel Function of the First Kind from the Bessel Functions of the First Kind and the Second Kind.class
BigH2FromBigJ
BigH2FromBigJ implements the Estimator for the Cylindrical Hankel Function of the Second Kind from the Bessel Function of the First Kind.class
BigH2FromBigJBigY
BigH2FromBigJBigY implements the Estimator for the Cylindrical Hankel Function of the Second Kind from the Bessel Functions of the First Kind and the Second Kind.class
SmallH1
SmallH1 implements the Estimator for the Spherical Hankel Function of the First Kind.class
SmallH2
SmallH2 implements the Estimator for the Spherical Hankel Function of the Second Kind.class
XeeFromBigH1
XeeFromBigH1 implements the Estimator for the Riccati-Bessel Xee Function using the Hankel Function of the First Kind.class
XeeFromSC
XeeFromSC implements the Estimator for the Riccati-Bessel Xee Function using the Riccati-Bessel C and S Functions.class
XeeFromSmallH1
XeeFromSmallH1 implements the Estimator for the Riccati-Bessel Xee Function using the Spherical Hankel Function of the First Kind.class
ZitaFromBigH2
ZitaFromBigH2 implements the Estimator for the Riccati-Bessel Zita Function using the Hankel Function of the Second Kind.class
ZitaFromSC
ZitaFromSC implements the Estimator for the Riccati-Bessel Zita Function using the Riccati-Bessel C and S Functions.class
ZitaFromSmallH2
ZitaFromSmallH2 implements the Estimator for the Riccati-Bessel Zita Function using the Spherical Hankel Function of the Second Kind.