LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ zdotcsub()

subroutine zdotcsub ( integer n,
double complex, dimension(*) x,
integer incx,
double complex, dimension(*) y,
integer incy,
double complex dotc )

Definition at line 6 of file zdotcsub.f.

7c
8 external zdotc
9 double complex zdotc,dotc
10 integer n,incx,incy
11 double complex x(*),y(*)
12c
13 dotc=zdotc(n,x,incx,y,incy)
14 return
complex *16 function zdotc(n, zx, incx, zy, incy)
ZDOTC
Definition zdotc.f:83
Here is the call graph for this function: