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

◆ F77_cdotc()

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

Definition at line 25 of file c_cblas1.c.

27{
28 cblas_cdotc_sub(*N, X, *incX, Y, *incY, dotc);
29 return;
30}
void cblas_cdotc_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: