The OpenD Programming Language

chbtrd_

Reduces a Hermitian band matrix to real symmetric tridiagonal form by a unitary similarity transformation.

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

Meta