LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_zaxpy()
void F77_zaxpy
(
const int *
N
,
const void *
alpha
,
void *
X
,
const int *
incX
,
void *
Y
,
const int *
incY
)
Definition at line
11
of file
c_zblas1.c
.
13
{
14
cblas_zaxpy
(*
N
, alpha, X, *incX, Y, *incY);
15
return
;
16
}
cblas_zaxpy
void cblas_zaxpy(const CBLAS_INT N, const void *alpha, const void *X, const CBLAS_INT incX, void *Y, const CBLAS_INT incY)
Definition:
cblas_zaxpy.c:11
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_zblas1.c
Generated on Tue Apr 12 2022 14:49:02 for LAPACK by
1.9.1