The OpenD Programming Language

chptrd_

Reduces a Hermitian matrix in packed storage to real symmetric tridiagonal form by a unitary similarity transformation.

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

Meta