LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
void API_SUFFIX() cblas_daxpy | ( | const CBLAS_INT | N, |
const double | alpha, | ||
const double * | X, | ||
const CBLAS_INT | incX, | ||
double * | Y, | ||
const CBLAS_INT | incY | ||
) |
Definition at line 11 of file cblas_daxpy.c.