LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_saxpy()
void F77_saxpy
(
const int *
N
,
const float *
alpha
,
const float *
X
,
const int *
incX
,
float *
Y
,
const int *
incY
)
Definition at line
16
of file
c_sblas1.c
.
18
{
19
cblas_saxpy
(*
N
, *alpha, X, *incX, Y, *incY);
20
return
;
21
}
cblas_saxpy
void cblas_saxpy(const CBLAS_INT N, const float alpha, const float *X, const CBLAS_INT incX, float *Y, const CBLAS_INT incY)
Definition:
cblas_saxpy.c:12
N
#define N
Definition:
example_user.c:10
Here is the call graph for this function:
Here is the caller graph for this function:
CBLAS
testing
c_sblas1.c
Generated on Tue Apr 12 2022 14:49:01 for LAPACK by
1.9.1