<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"
#include "tlapack/lapack/ungql.hpp"
#include "tlapack/lapack/ungqr.hpp"
Go to the source code of this file.
Functions | |
template<TLAPACK_SMATRIX Q_t, TLAPACK_SVECTOR tau_t, class uplo_t > | |
int | tlapack::ungtr (uplo_t uplo, Q_t &Q, const tau_t &tau) |
Generates a real orthogonal matrix Q which is defined as the product of k elementary reflectors of order n, as returned by hetrd. | |