TR-mbed 1.0
Loading...
Searching...
No Matches
Functions/Subroutines
complexdots.f File Reference

Functions/Subroutines

complex function cdotc (n, cx, incx, cy, incy)
 
complex function cdotu (n, cx, incx, cy, incy)
 
double complex function zdotc (n, cx, incx, cy, incy)
 
double complex function zdotu (n, cx, incx, cy, incy)
 

Function/Subroutine Documentation

◆ cdotc()

complex function cdotc ( integer  n,
complex, dimension(*)  cx,
integer  incx,
complex, dimension(*)  cy,
integer  incy 
)

◆ cdotu()

complex function cdotu ( integer  n,
complex, dimension(*)  cx,
integer  incx,
complex, dimension(*)  cy,
integer  incy 
)

◆ zdotc()

double complex function zdotc ( integer  n,
double complex, dimension(*)  cx,
integer  incx,
double complex, dimension(*)  cy,
integer  incy 
)

◆ zdotu()

double complex function zdotu ( integer  n,
double complex, dimension(*)  cx,
integer  incx,
double complex, dimension(*)  cy,
integer  incy 
)