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

◆ F77_ccopy()

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

Definition at line 18 of file c_cblas1.c.

20{
21 cblas_ccopy(*N, X, *incX, Y, *incY);
22 return;
23}
void cblas_ccopy(const CBLAS_INT N, const void *X, const CBLAS_INT incX, void *Y, const CBLAS_INT incY)
Definition cblas_ccopy.c:11
Here is the call graph for this function: