ssytrd_

Reduces a symmetric matrix to real symmetric tridiagonal form by an orthogonal similarity transformation.

pure nothrow @nogc extern (C)
void
ssytrd_
(
ref char uplo
,,
float* a
,,
float* d
,
float* e
,
float* tau
,
float* work
,,)

Meta