LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ F77_zcopy()

void F77_zcopy ( const CBLAS_INT * N,
void * X,
const CBLAS_INT * incX,
void * Y,
const CBLAS_INT * incY )

Definition at line 18 of file c_zblas1.c.

20{
21 cblas_zcopy(*N, X, *incX, Y, *incY);
22 return;
23}
void cblas_zcopy(const CBLAS_INT N, const void *X, const CBLAS_INT incX, void *Y, const CBLAS_INT incY)
Definition cblas_zcopy.c:11
Here is the call graph for this function: