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

◆ F77_scopy()

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

Definition at line 33 of file c_sblas1.c.

35{
36 cblas_scopy(*N, X, *incX, Y, *incY);
37 return;
38}
void cblas_scopy(const CBLAS_INT N, const float *X, const CBLAS_INT incX, float *Y, const CBLAS_INT incY)
Definition cblas_scopy.c:11
Here is the call graph for this function: