LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_sdot()
float F77_sdot
(
const int *
N
,
const float *
X
,
const int *
incX
,
const float *
Y
,
const int *
incY
)
Definition at line
40
of file
c_sblas1.c
.
42
{
43
return
cblas_sdot
(*
N
, X, *incX, Y, *incY);
44
}
cblas_sdot
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
N
#define N
Definition:
example_user.c:10
Here is the call graph for this function:
CBLAS
testing
c_sblas1.c
Generated on Tue Apr 12 2022 14:49:01 for LAPACK by
1.9.1