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

◆ F77_cdotu()

void F77_cdotu ( const CBLAS_INT N,
void *  X,
const CBLAS_INT incX,
void *  Y,
const CBLAS_INT incY,
void *  dotu 
)

Definition at line 32 of file c_cblas1.c.

34{
35 cblas_cdotu_sub(*N, X, *incX, Y, *incY, dotu);
36 return;
37}
void cblas_cdotu_sub(const CBLAS_INT N, const void *X, const CBLAS_INT incX, const void *Y, const CBLAS_INT incY, void *dotu)
Here is the call graph for this function: