Uses of Class
org.drip.specialfunction.definition.SphericalBesselFirstKindEstimator
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 SphericalBesselFirstKindEstimator in org.drip.specialfunction.bessel
Subclasses of SphericalBesselFirstKindEstimator in org.drip.specialfunction.bessel Modifier and Type Class Description class
SphericalFirstEstimator
SphericalFirstEstimator implements the Integral Estimator for the Spherical Bessel Function of the First Kind.Methods in org.drip.specialfunction.bessel that return SphericalBesselFirstKindEstimator Modifier and Type Method Description static SphericalBesselFirstKindEstimator
SphericalFirstEstimator. OrderMinusFour()
Retrieve the Order -4 Spherical Bessel First Kind Estimatorstatic SphericalBesselFirstKindEstimator
SphericalFirstEstimator. OrderMinusOne()
Retrieve the Order -1 Spherical Bessel First Kind Estimatorstatic SphericalBesselFirstKindEstimator
SphericalFirstEstimator. OrderMinusThree()
Retrieve the Order -3 Spherical Bessel First Kind Estimatorstatic SphericalBesselFirstKindEstimator
SphericalFirstEstimator. OrderMinusTwo()
Retrieve the Order -2 Spherical Bessel First Kind Estimatorstatic SphericalBesselFirstKindEstimator
SphericalFirstEstimator. OrderPlusOne()
Retrieve the Order +1 Spherical Bessel First Kind Estimatorstatic SphericalBesselFirstKindEstimator
SphericalFirstEstimator. OrderPlusThree()
Retrieve the Order +3 Spherical Bessel First Kind Estimatorstatic SphericalBesselFirstKindEstimator
SphericalFirstEstimator. OrderPlusTwo()
Retrieve the Order +2 Spherical Bessel First Kind Estimatorstatic SphericalBesselFirstKindEstimator
SphericalFirstEstimator. OrderZero()
Retrieve the Order 0 Spherical Bessel First Kind Estimator -
Uses of SphericalBesselFirstKindEstimator in org.drip.specialfunction.generator
Methods in org.drip.specialfunction.generator that return SphericalBesselFirstKindEstimator Modifier and Type Method Description SphericalBesselFirstKindEstimator
SphericalBesselFirstKindExpansion. sphericalBesselFirstKindEstimator()
Retrieve the First Kind Spherical Bessel Function EstimatorConstructors in org.drip.specialfunction.generator with parameters of type SphericalBesselFirstKindEstimator Constructor Description SphericalBesselFirstKindExpansion(SphericalBesselFirstKindEstimator sphericalBesselFirstKindEstimator, R1ToR1 gammaEstimator)
SphericalBesselFirstKindExpansion Constructor -
Uses of SphericalBesselFirstKindEstimator in org.drip.specialfunction.hankel
Methods in org.drip.specialfunction.hankel that return SphericalBesselFirstKindEstimator Modifier and Type Method Description SphericalBesselFirstKindEstimator
SmallH1. sphericalBesselFirstKindEstimator()
Retrieve the Estimator of the Spherical Bessel Function of the First KindSphericalBesselFirstKindEstimator
SmallH2. sphericalBesselFirstKindEstimator()
Retrieve the Estimator of the Spherical Bessel Function of the First KindConstructors in org.drip.specialfunction.hankel with parameters of type SphericalBesselFirstKindEstimator Constructor Description SmallH1(SphericalBesselFirstKindEstimator sphericalBesselFirstKindEstimator, SphericalBesselSecondKindEstimator sphericalBesselSecondKindEstimator)
SmallH1 ConstructorSmallH2(SphericalBesselFirstKindEstimator sphericalBesselFirstKindEstimator, SphericalBesselSecondKindEstimator sphericalBesselSecondKindEstimator)
SmallH2 Constructor