LAPACK
3.10.1
LAPACK: Linear Algebra PACKage
◆
F77_ccopy()
void F77_ccopy
(
const int *
N
,
void *
X
,
const int *
incX
,
void *
Y
,
const int *
incY
)
Definition at line
18
of file
c_cblas1.c
.
20
{
21
cblas_ccopy
(*
N
, X, *incX, Y, *incY);
22
return
;
23
}
cblas_ccopy
void cblas_ccopy(const CBLAS_INT N, const void *X, const CBLAS_INT incX, void *Y, const CBLAS_INT incY)
Definition:
cblas_ccopy.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