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

◆ cdotcsub()

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

Definition at line 6 of file cdotcsub.f.

7c
8 external cdotc
9 complex cdotc,dotc
10 integer n,incx,incy
11 complex x(*),y(*)
12c
13 dotc=cdotc(n,x,incx,y,incy)
14 return
complex function cdotc(n, cx, incx, cy, incy)
CDOTC
Definition cdotc.f:83
Here is the call graph for this function: