CBLAS/src/cblas_caxpy.c(3) Library Functions Manual CBLAS/src/cblas_caxpy.c(3)

CBLAS/src/cblas_caxpy.c

#include 'cblas.h'
#include 'cblas_f77.h'


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


void API_SUFFIX cblas_caxpy (const CBLAS_INT N, const void *alpha, const void *X, const CBLAS_INT incX, void *Y, const CBLAS_INT incY)

Definition at line 11 of file cblas_caxpy.c.

Generated automatically by Doxygen for LAPACK from the source code.

Version 3.12.0 LAPACK