<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"
#include "tlapack/blas/axpy.hpp"
#include "tlapack/blas/dot.hpp"
#include "tlapack/blas/hemv.hpp"
#include "tlapack/blas/her2.hpp"
#include "tlapack/lapack/larfg.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. | |