The OpenD Programming Language

ssptrd_

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

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

Meta