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

◆ F77_sswap()

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

Definition at line 71 of file c_sblas1.c.

73{
74 cblas_sswap(*N,X,*incX,Y,*incY);
75 return;
76}
void cblas_sswap(const CBLAS_INT N, float *X, const CBLAS_INT incX, float *Y, const CBLAS_INT incY)
Definition cblas_sswap.c:11
Here is the call graph for this function: