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

◆ F77_sdot()

float F77_sdot ( const CBLAS_INT N,
const float *  X,
const CBLAS_INT incX,
const float *  Y,
const CBLAS_INT incY 
)

Definition at line 40 of file c_sblas1.c.

42{
43 return cblas_sdot(*N, X, *incX, Y, *incY);
44}
float cblas_sdot(const CBLAS_INT N, const float *X, const CBLAS_INT incX, const float *Y, const CBLAS_INT incY)
Definition cblas_sdot.c:12
Here is the call graph for this function: