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

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ 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