Uses of Class
org.drip.specialfunction.definition.SphericalBesselSecondKindEstimator
Package | Description |
---|---|
org.drip.specialfunction.bessel |
Ordered Bessel Function Variant Estimators
|
org.drip.specialfunction.generator |
Special Function Series Term Generators
|
org.drip.specialfunction.hankel |
Ordered Hankel Function Variant Estimators
|
-
Uses of SphericalBesselSecondKindEstimator in org.drip.specialfunction.bessel
Subclasses of SphericalBesselSecondKindEstimator in org.drip.specialfunction.bessel Modifier and Type Class Description class
SphericalSecondEstimator
SphericalSecondEstimator implements the Integral Estimator for the Spherical Bessel Function of the Second Kind.Methods in org.drip.specialfunction.bessel that return SphericalBesselSecondKindEstimator Modifier and Type Method Description static SphericalBesselSecondKindEstimator
SphericalSecondEstimator. OrderPlusOne()
Retrieve the Order +1 Spherical Bessel Second Kind Estimatorstatic SphericalBesselSecondKindEstimator
SphericalSecondEstimator. OrderPlusThree()
Retrieve the Order +3 Spherical Bessel Second Kind Estimatorstatic SphericalBesselSecondKindEstimator
SphericalSecondEstimator. OrderPlusTwo()
Retrieve the Order +2 Spherical Bessel Second Kind Estimatorstatic SphericalBesselSecondKindEstimator
SphericalSecondEstimator. OrderZero()
Retrieve the Order 0 Spherical Bessel Second Kind Estimator -
Uses of SphericalBesselSecondKindEstimator in org.drip.specialfunction.generator
Methods in org.drip.specialfunction.generator that return SphericalBesselSecondKindEstimator Modifier and Type Method Description SphericalBesselSecondKindEstimator
SphericalBesselSecondKindExpansion. sphericalBesselSecondKindEstimator()
Retrieve the Second Kind Spherical Bessel Function EstimatorConstructors in org.drip.specialfunction.generator with parameters of type SphericalBesselSecondKindEstimator Constructor Description SphericalBesselSecondKindExpansion(SphericalBesselSecondKindEstimator sphericalBesselSecondKindEstimator, R1ToR1 gammaEstimator)
SphericalBesselSecondKindExpansion Constructor -
Uses of SphericalBesselSecondKindEstimator in org.drip.specialfunction.hankel
Methods in org.drip.specialfunction.hankel that return SphericalBesselSecondKindEstimator Modifier and Type Method Description SphericalBesselSecondKindEstimator
SmallH1. sphericalBesselSecondKindEstimator()
Retrieve the Estimator of the Spherical Bessel Function of the Second KindSphericalBesselSecondKindEstimator
SmallH2. sphericalBesselSecondKindEstimator()
Retrieve the Estimator of the Spherical Bessel Function of the Second KindConstructors in org.drip.specialfunction.hankel with parameters of type SphericalBesselSecondKindEstimator Constructor Description SmallH1(SphericalBesselFirstKindEstimator sphericalBesselFirstKindEstimator, SphericalBesselSecondKindEstimator sphericalBesselSecondKindEstimator)
SmallH1 ConstructorSmallH2(SphericalBesselFirstKindEstimator sphericalBesselFirstKindEstimator, SphericalBesselSecondKindEstimator sphericalBesselSecondKindEstimator)
SmallH2 Constructor