Uses of Class
org.hipparchus.special.BesselJ.BesselJResult
Packages that use BesselJ.BesselJResult
Package
Description
Implementations of special functions such as Beta and Gamma.
-
Uses of BesselJ.BesselJResult in org.hipparchus.special
Methods in org.hipparchus.special that return BesselJ.BesselJResultModifier and TypeMethodDescriptionstatic BesselJ.BesselJResult
BesselJ.rjBesl
(double x, double alpha, int nb) Calculates Bessel functions for non-negative argument x, and non-negative order n + alpha.