LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
subroutine zdotcsub ( integer  n,
double complex, dimension(*)  x,
integer  incx,
double complex, dimension(*)  y,
integer  incy,
double complex  dotc 
)

Definition at line 7 of file zdotcsub.f.

7 c
8  external zdotc
9  double complex zdotc,dotc
10  integer n,incx,incy
11  double complex x(*),y(*)
12 c
13  dotc=zdotc(n,x,incx,y,incy)
14  return
complex *16 function zdotc(N, ZX, INCX, ZY, INCY)
ZDOTC
Definition: zdotc.f:54

Here is the call graph for this function: