ssptrd_

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

pure nothrow @nogc extern (C)
void
ssptrd_
(
ref char uplo
,,
float* ap
,
float* d
,
float* e
,
float* tau
,)

Meta