sytrd - multiple declarations
Function sytrd
Reduces a symmetric matrix to real symmetric tridiagonal form by an orthogonal similarity transformation.
void sytrd
(
char uplo,
int n,
float* a,
int lda,
float* d,
float* e,
float* tau,
float* work,
int lwork,
ref int info
);
Function sytrd
void sytrd
(
char uplo,
int n,
double* a,
int lda,
double* d,
double* e,
double* tau,
double* work,
int lwork,
ref int info
);