<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
ungtr.hpp File Reference
Include dependency graph for ungtr.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.
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA