OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F77_zsyr2k
(Results
1 - 3
of
3
) sorted by null
/external/cblas/testing/
c_zblas3.c
384
void
F77_zsyr2k
(int *order, char *uplow, char *transp, int *n, int *k,
cblas_test.h
183
#define
F77_zsyr2k
czsyr2k_
344
#define
F77_zsyr2k
CZSYR2K
505
#define
F77_zsyr2k
czsyr2k
/external/cblas/include/
cblas_f77.h
172
#define
F77_zsyr2k
zsyr2k_
381
void
F77_zsyr2k
(FCHAR, FCHAR, FINT, FINT, const double *, const double *, FINT, const double *, FINT, const double *, double *, FINT);
Completed in 735 milliseconds