jax.scipy.special.wofz

Contents

jax.scipy.special.wofz#

jax.scipy.special.wofz(z)[source]#

Faddeeva function.

JAX implementation of scipy.special.wofz.

\[\mathrm{wofz}(z) = e^{-z^2} \mathrm{erfc}(-iz)\]
Parameters:

z (ArrayLike) – arraylike, real or complex.

Returns:

array of complex values of the Faddeeva function.

Return type:

Array