The OpenD Programming Language

chetrd_

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

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

Meta