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

◆ F77_dswap()

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

Definition at line 62 of file c_dblas1.c.

64{
65 cblas_dswap(*N,X,*incX,Y,*incY);
66 return;
67}
void cblas_dswap(const CBLAS_INT N, double *X, const CBLAS_INT incX, double *Y, const CBLAS_INT incY)
Definition cblas_dswap.c:11
Here is the call graph for this function: