This version is used by the routine that constructs the transformations for shifted positions
Spherical bessel, hankel and neumann functions up to order lmax
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=16) | :: | BJ(LMX+1) | ||||
| complex(kind=16) | :: | Y(LMX+1) | ||||
| complex(kind=16) | :: | H(LMX+1) | ||||
| complex(kind=16) | :: | ARG | ||||
| integer | :: | LMX | ||||
| integer | :: | LMAX | ||||
| logical | :: | LJ | ||||
| logical | :: | LY | ||||
| logical | :: | LH | ||||
| logical | :: | LCALL |