Uses of Class
org.drip.specialfunction.definition.HankelSecondKindEstimator
Package | Description |
---|---|
org.drip.specialfunction.definition |
Definition of Special Function Estimators
|
org.drip.specialfunction.hankel |
Ordered Hankel Function Variant Estimators
|
-
Uses of HankelSecondKindEstimator in org.drip.specialfunction.definition
Methods in org.drip.specialfunction.definition that return HankelSecondKindEstimator Modifier and Type Method Description static HankelSecondKindEstimator
HankelSecondKindEstimator. LargeZAsymptote()
Construct the Large z Asymptotic Form of Hankel Second Kind Estimator -
Uses of HankelSecondKindEstimator in org.drip.specialfunction.hankel
Subclasses of HankelSecondKindEstimator in org.drip.specialfunction.hankel Modifier and Type Class Description class
BigH2FromBigJ
BigH2FromBigJ implements the Estimator for the Cylindrical Hankel Function of the Second Kind from the Bessel Function of the First Kind.Methods in org.drip.specialfunction.hankel that return HankelSecondKindEstimator Modifier and Type Method Description HankelSecondKindEstimator
ZitaFromBigH2. hankelSecondKindEstimator()
Retrieve the Hankel Second Kind EstimatorConstructors in org.drip.specialfunction.hankel with parameters of type HankelSecondKindEstimator Constructor Description ZitaFromBigH2(HankelSecondKindEstimator hankelSecondKindEstimator)
ZitaFromBigH2 Constructor