LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_ddot()
double F77_ddot
(
const int *
N
,
const double *
X
,
const int *
incX
,
const double *
Y
,
const int *
incY
)
Definition at line
30
of file
c_dblas1.c
.
32
{
33
return
cblas_ddot
(*
N
, X, *incX, Y, *incY);
34
}
cblas_ddot
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
N
#define N
Definition:
example_user.c:10
Here is the call graph for this function:
CBLAS
testing
c_dblas1.c
Generated on Tue Apr 12 2022 14:49:00 for LAPACK by
1.9.1