BLAS/SRC/cdotu.f File Reference
Go to the source code of this file.
Functions/Subroutines |
| COMPLEX | CDOTU (N, CX, INCX, CY, INCY) |
Function Documentation
| COMPLEX CDOTU |
( |
INTEGER |
N, |
|
|
COMPLEX,dimension(*) |
CX, |
|
|
INTEGER |
INCX, |
|
|
COMPLEX,dimension(*) |
CY, |
|
|
INTEGER |
INCY | |
|
) |
| | |