16 integer(itm_i4),
intent(in) :: nchi
17 real(r8),
dimension(nchi),
intent(in) :: arrin
18 real(r8),
dimension(nchi),
intent(out) :: darr
20 integer(itm_i4) :: j, n
21 integer(itm_i4),
dimension(2 * nchi - 2) :: indices
22 real(r8),
allocatable :: ff(:), df(:)
29 do j = nchi + 1, 2 * nchi - 2
30 indices(j) = 2 * nchi - j
45 ff(j) = arrin(indices(j))
55 df(2 * j - 1) = -dble(j - 1) * ff(2 * j)
56 df(2 * j) = dble(j - 1) * ff(2 * j - 1)
subroutine rft2(data, nr, kr)
subroutine theta_derivative(arrin, darr, nchi)
subroutine rfi2(data, nr, kr)