11complex(8),
intent(in) :: zm(0:nwfm),zwr(nwplot)
12complex(8),
intent(out) :: zr(nwplot)
14integer,
parameter :: maxit=1000
17real(8),
parameter :: eps=1.d-5
19real(8),
allocatable :: x(:,:)
21complex(8),
external :: zfpole
30call minf_nm(1,zm,n2,x,maxit,iter,eps)
36call minf_nm(1,zm,n2,x,maxit,iter,eps)
49 call minf_nm(1,zm,n2,x,maxit,iter,eps)
55call 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)