The OpenD Programming Language

ssytrd_

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

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

Meta