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

◆ F77_ddot()

double F77_ddot ( const CBLAS_INT N,
const double *  X,
const CBLAS_INT incX,
const double *  Y,
const CBLAS_INT incY 
)

Definition at line 30 of file c_dblas1.c.

32{
33 return cblas_ddot(*N, X, *incX, Y, *incY);
34}
double cblas_ddot(const CBLAS_INT N, const double *X, const CBLAS_INT incX, const double *Y, const CBLAS_INT incY)
Definition cblas_ddot.c:12
Here is the call graph for this function: