6 subroutine acpole(zm,zwr,zr)
11 complex(8),
intent(in) :: zm(0:nwfm),zwr(nwplot)
12 complex(8),
intent(out) :: zr(nwplot)
14 integer,
parameter :: maxit=1000
17 real(8),
parameter :: eps=1.d-5
19 real(8),
allocatable :: x(:,:)
21 complex(8),
external :: zfpole
30 call minf_nm(1,zm,n2,x,maxit,iter,eps)
36 call minf_nm(1,zm,n2,x,maxit,iter,eps)
49 call minf_nm(1,zm,n2,x,maxit,iter,eps)
55 call minf_nm(1,zm,n2,x,maxit,iter,eps)
61 call minf_nm(1,zm,n2,x,maxit,iter,eps)
64 zr(iw)=zfpole(x(:,1),zwr(iw))
subroutine minf_nm(id, rd, n, x, maxit, iter, eps)
subroutine acpole(zm, zwr, zr)