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

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ cdotusub()

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

Definition at line 6 of file cdotusub.f.

7c
8 external cdotu
9 complex cdotu,dotu
10 integer n,incx,incy
11 complex x(*),y(*)
12c
13 dotu=cdotu(n,x,incx,y,incy)
14 return
complex function cdotu(n, cx, incx, cy, incy)
CDOTU
Definition cdotu.f:83