Go to the source code of this file.
Defines | |
#define | F77_DI &DI |
#define | F77_incX incX |
#define | F77_N N |
#define | F77_TA &TA |
#define | F77_UL &UL |
Functions | |
void | cblas_stpmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const float *Ap, float *X, const int incX) |
#define F77_DI &DI |
#define F77_incX incX |
#define F77_N N |
#define F77_TA &TA |
#define F77_UL &UL |
void cblas_stpmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const float * | Ap, | ||
float * | X, | ||
const int | incX | ||
) |
Definition at line 11 of file cblas_stpmv.c.