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

◆ F77_zswap()

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

Definition at line 53 of file c_zblas1.c.

55{
56 cblas_zswap(*N,X,*incX,Y,*incY);
57 return;
58}
void cblas_zswap(const CBLAS_INT N, void *X, const CBLAS_INT incX, void *Y, const CBLAS_INT incY)
Definition cblas_zswap.c:11
Here is the call graph for this function: