Go to the source code of this file.
Functions |
| subroutine | vcdotu (DOT, N, X, INCX, Y, INCY) |
| subroutine | vzdotu (DOT, N, X, INCX, Y, INCY) |
| subroutine | vcdotc (DOT, N, X, INCX, Y, INCY) |
| subroutine | vzdotc (DOT, N, X, INCX, Y, INCY) |
Function Documentation
| subroutine vcdotu |
( |
complex |
DOT, |
|
|
integer |
N, |
|
|
complex, dimension(*) |
X, |
|
|
integer |
INCX, |
|
|
complex, dimension(*) |
Y, |
|
|
integer |
INCY |
|
) |
| |
| subroutine vzdotu |
( |
double complex |
DOT, |
|
|
integer |
N, |
|
|
double complex, dimension(*) |
X, |
|
|
integer |
INCX, |
|
|
double complex, dimension(*) |
Y, |
|
|
integer |
INCY |
|
) |
| |
| subroutine vcdotc |
( |
complex |
DOT, |
|
|
integer |
N, |
|
|
complex, dimension(*) |
X, |
|
|
integer |
INCX, |
|
|
complex, dimension(*) |
Y, |
|
|
integer |
INCY |
|
) |
| |
| subroutine vzdotc |
( |
double complex |
DOT, |
|
|
integer |
N, |
|
|
double complex, dimension(*) |
X, |
|
|
integer |
INCX, |
|
|
double complex, dimension(*) |
Y, |
|
|
integer |
INCY |
|
) |
| |