sptrd - multiple declarations
Function sptrd
Reduces a symmetric matrix in packed storage to real symmetric tridiagonal form by an orthogonal similarity transformation.
void sptrd
(
char uplo,
int n,
float* ap,
float* d,
float* e,
float* tau,
ref int info
);
Function sptrd
void sptrd
(
char uplo,
int n,
double* ap,
double* d,
double* e,
double* tau,
ref int info
);