6 subroutine zmctmu(l,n,a,b,ld,c)
10 integer,
intent(in) :: l,n
12 real(8),
intent(in) :: a(2*l,n),b(2*l,n)
13 integer,
intent(in) :: ld
14 complex(8),
intent(inout) :: c(ld,*)
18 complex(8),
external :: zdotc
26 c(i,j)=c(i,j)+zdotc(l,a(1,i),1,b(1,j),1)
28 c(j,j)=c(j,j)+dot_product(a(:,j),b(:,j))
subroutine zmctmu(l, n, a, b, ld, c)
subroutine holdthd(nloop, nthd)