LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

◆ F77_cswap()

void F77_cswap ( const CBLAS_INT * N,
void * X,
const CBLAS_INT * incX,
void * Y,
const CBLAS_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
Here is the call graph for this function: