The OpenD Programming Language

ssbtrd_

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

extern (C) pure nothrow @nogc
void
ssbtrd_
(
ref char vect
,
ref char uplo
,,,
float* ab
,,
float* d
,
float* e
,
float* q
,,
float* work
,)

Meta