LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ F77_zdotc()

void F77_zdotc ( const CBLAS_INT N,
const void *  X,
const CBLAS_INT incX,
const void *  Y,
const CBLAS_INT incY,
void *  dotc 
)

Definition at line 25 of file c_zblas1.c.

27{
28 cblas_zdotc_sub(*N, X, *incX, Y, *incY, dotc);
29 return;
30}
void cblas_zdotc_sub(const CBLAS_INT N, const void *X, const CBLAS_INT incX, const void *Y, const CBLAS_INT incY, void *dotc)
Here is the call graph for this function: