LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
void cblas_sspr | ( | CBLAS_LAYOUT | layout, |
CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const float | alpha, | ||
const float * | X, | ||
const int | incX, | ||
float * | Ap | ||
) |
Definition at line 12 of file cblas_sspr.c.