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
15 integer n2,iter,iw,i,j
16 real(8),
parameter :: eps=1.d-5
18 complex(8),
external :: zfpole
27 call minf_nm(1,zm,n2,x,maxit,iter,eps)
33 call minf_nm(1,zm,n2,x,maxit,iter,eps)
46 call minf_nm(1,zm,n2,x,maxit,iter,eps)
52 call minf_nm(1,zm,n2,x,maxit,iter,eps)
58 call minf_nm(1,zm,n2,x,maxit,iter,eps)
61 zr(iw)=zfpole(
npole,x(:,1),zwr(iw))
subroutine minf_nm(id, rd, n, x, maxit, iter, eps)
subroutine acpole(zm, zwr, zr)