<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
hetd2.hpp File Reference
Include dependency graph for hetd2.hpp:

Go to the source code of this file.

Functions

template<TLAPACK_SMATRIX A_t, TLAPACK_SVECTOR tau_t, class uplo_t >
int tlapack::hetd2 (uplo_t uplo, A_t &A, tau_t &tau)
 Reduce a hermitian matrix to real symmetric tridiagonal form by a unitary similarity transformation: Q**H * A * Q = T.
 

Detailed Description

Author
Skylar Johns, University of Colorado Denver, USA
Weslley S Pereira, University of Colorado Denver, USA
Thijs Steel, KU Leuven, Belgium