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

Definition at line 7 of file cdotcsub.f.

7 c
8  external cdotc
9  complex cdotc,dotc
10  integer n,incx,incy
11  complex x(*),y(*)
12 c
13  dotc=cdotc(n,x,incx,y,incy)
14  return
complex function cdotc(N, CX, INCX, CY, INCY)
CDOTC
Definition: cdotc.f:54

Here is the call graph for this function: