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

Definition at line 7 of file cdotusub.f.

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

Here is the call graph for this function: