OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
zdotusub.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine zdotusub (n, x, incx, y, incy, dotu)

Function/Subroutine Documentation

◆ zdotusub()

subroutine zdotusub ( integer n,
double complex, dimension(*) x,
integer incx,
double complex, dimension(*) y,
integer incy,
double complex dotu )

Definition at line 6 of file zdotusub.f.

7c
8 external zdotu
9 double complex zdotu,dotu
10 integer n,incx,incy
11 double complex x(*),y(*)
12c
13 dotu=zdotu(n,x,incx,y,incy)
14 return
complex *16 function zdotu(n, zx, incx, zy, incy)
ZDOTU
Definition zdotu.f:83