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

◆ 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}
void cblas_cswap(const CBLAS_INT N, void *X, const CBLAS_INT incX, void *Y, const CBLAS_INT incY)
Definition: cblas_cswap.c:11
#define N
Definition: example_user.c:10
Here is the call graph for this function: