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

◆ F77_caxpy()

void F77_caxpy ( const int *  N,
const void *  alpha,
void *  X,
const int *  incX,
void *  Y,
const int *  incY 
)

Definition at line 11 of file c_cblas1.c.

13{
14 cblas_caxpy(*N, alpha, X, *incX, Y, *incY);
15 return;
16}
void cblas_caxpy(const CBLAS_INT N, const void *alpha, const void *X, const CBLAS_INT incX, void *Y, const CBLAS_INT incY)
Definition: cblas_caxpy.c:11
#define N
Definition: example_user.c:10
Here is the call graph for this function: