Home
last modified time | relevance | path

Searched refs:F_DTPMV (Results 1 – 1 of 1) sorted by relevance

/dports/math/ambit/ambit-0.5.1/src/math/
H A Dblas.cc68 #define F_DTPMV FC_GLOBAL(dtpmv, DTPMV) macro
134 extern void F_DTPMV(char *, char *, char *, int *, double *, double *, int *);
2436 ::F_DTPMV(&uplo, &trans, &diag, &n, ap, x, &incx); in C_DTPMV()