Go to the source code of this file.
Defines | |
#define | F77_incX incX |
#define | F77_incY incY |
#define | F77_N N |
#define | F77_UL &UL |
Functions | |
void | cblas_sspmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const float alpha, const float *AP, const float *X, const int incX, const float beta, float *Y, const int incY) |
#define F77_incX incX |
#define F77_incY incY |
#define F77_N N |
#define F77_UL &UL |
void cblas_sspmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const float | alpha, | ||
const float * | AP, | ||
const float * | X, | ||
const int | incX, | ||
const float | beta, | ||
float * | Y, | ||
const int | incY | ||
) |
Definition at line 11 of file cblas_sspmv.c.