bundles / scipy latest / scipy / special / _orthogonal / _pbcf
function
scipy.special._orthogonal:_pbcf
Signature
def _pbcf ( n , theta ) Summary
Asymptotic series expansion of parabolic cylinder function
Extended Summary
The implementation is based on sections 3.2 and 3.3 from the original paper. Compared to the published version this code adds one more term to the asymptotic series. The detailed formulas can be found at [parabolic-asymptotics]. The evaluation is done in a transformed variable where and .
Parameters
n: intQuadrature order
theta: ndarrayTransformed position variable
Returns
U: ndarrayValue of the parabolic cylinder function .
Ud: ndarrayValue of the derivative of the parabolic cylinder function.
See also
- roots_hermite_asy
Aliases
-
scipy.special._orthogonal._pbcf