Package ffx.numerics.special


@ParametersAreNonnullByDefault package ffx.numerics.special
The Special package implements special functions including the complex error function (Erf) and the modified Bessel functions.
Since:
1.0
Author:
Michael J. Schnieders
  • Classes
    Class
    Description
    Static methods to evaluate erf(x) and erfc(x) for a real argument x.
    Implementation of the modified Bessel function of the first kind using Chebyshev polynomials.