OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cblas_daxpy
(Results
1 - 4
of
4
) sorted by null
/external/cblas/src/
cblas_daxpy.c
2
*
cblas_daxpy
.c
11
void
cblas_daxpy
( const int N, const double alpha, const double *X,
function
Makefile
38
cblas_dswap.o cblas_dscal.o cblas_dcopy.o
cblas_daxpy
.o \
/external/cblas/testing/
c_dblas1.c
19
cblas_daxpy
(*N, *alpha, X, *incX, Y, *incY);
/external/cblas/include/
cblas.h
92
void
cblas_daxpy
(const int N, const double alpha, const double *X,
Completed in 211 milliseconds