LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_cswap()
void F77_cswap
(
const int *
N
,
void *
X
,
const int *
incX
,
void *
Y
,
const int *
incY
)
Definition at line
53
of file
c_cblas1.c
.
55
{
56
cblas_cswap
(*
N
,X,*incX,Y,*incY);
57
return
;
58
}
cblas_cswap
void cblas_cswap(const CBLAS_INT N, void *X, const CBLAS_INT incX, void *Y, const CBLAS_INT incY)
Definition:
cblas_cswap.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_cblas1.c
Generated on Tue Apr 12 2022 14:48:59 for LAPACK by
1.9.1