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

◆ F77_dcopy()

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

Definition at line 23 of file c_dblas1.c.

25{
26 cblas_dcopy(*N, X, *incX, Y, *incY);
27 return;
28}
void cblas_dcopy(const CBLAS_INT N, const double *X, const CBLAS_INT incX, double *Y, const CBLAS_INT incY)
Definition cblas_dcopy.c:11
Here is the call graph for this function: