LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
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 }
void cblas_cswap(const int N, void *X, const int incX, void *Y, const int incY)
Definition: cblas_cswap.c:11
#define N
Definition: example_user.c:10

Here is the call graph for this function: