Uses of Class
org.drip.specialfunction.definition.HankelFirstKindEstimator
Package | Description |
---|---|
org.drip.specialfunction.definition |
Definition of Special Function Estimators
|
org.drip.specialfunction.hankel |
Ordered Hankel Function Variant Estimators
|
-
Uses of HankelFirstKindEstimator in org.drip.specialfunction.definition
Methods in org.drip.specialfunction.definition that return HankelFirstKindEstimator Modifier and Type Method Description static HankelFirstKindEstimator
HankelFirstKindEstimator. LargeZAsymptote()
Construct the Large z Asymptotic Form of Hankel First Kind Estimator -
Uses of HankelFirstKindEstimator in org.drip.specialfunction.hankel
Subclasses of HankelFirstKindEstimator in org.drip.specialfunction.hankel 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
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.Methods in org.drip.specialfunction.hankel that return HankelFirstKindEstimator Modifier and Type Method Description HankelFirstKindEstimator
XeeFromBigH1. hankelFirstKindEstimator()
Retrieve the Hankel First Kind EstimatorConstructors in org.drip.specialfunction.hankel with parameters of type HankelFirstKindEstimator Constructor Description XeeFromBigH1(HankelFirstKindEstimator hankelFirstKindEstimator)
XeeFromBigH1 Constructor