Rev 35751 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
double complex function zdotc(n, zx, incx, zy, incy)double complex zx(*), zy(*), zinteger n, incx, incycall rcblas_zdotc_sub(n, zx, incx, zy, incy, z)zdotc = zreturnenddouble complex function zdotu(n, zx, incx, zy, incy)double complex zx(*), zy(*), zinteger n, incx, incycall rcblas_zdotu_sub(n, zx, incx, zy, incy, z)zdotu = zreturnendcomplex function cdotc(n, cx, incx, cy, incy)complex cx(*), cy(*), cinteger n, incx, incycall rcblas_cdotc_sub(n, cx, incx, cy, incy, c)cdotc = creturnendcomplex function cdotu(n, cx, incx, cy, incy)complex cx(*), cy(*), cinteger n, incx, incycall rcblas_cdotu_sub(n, cx, incx, cy, incy, c)cdotu = creturnend