LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
cblas_dcopy.c File Reference
#include "cblas.h"
#include "cblas_f77.h"
Include dependency graph for cblas_dcopy.c:

Go to the source code of this file.

Macros

#define F77_N   N
 
#define F77_incX   incX
 
#define F77_incY   incY
 

Functions

void cblas_dcopy (const int N, const double *X, const int incX, double *Y, const int incY)