Function ssptrd_
Reduces a symmetric matrix in packed storage to real symmetric tridiagonal form by an orthogonal similarity transformation.
extern(C) void ssptrd_
(
char* uplo,
int* n,
float* ap,
float* d,
float* e,
float* tau,
int* info,
int uplo_len
);