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

Go to the source code of this file.

Functions/Subroutines

subroutine zdotcsub (n, x, incx, y, incy, dotc)

Function/Subroutine Documentation

◆ 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