|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|


Go to the source code of this file.
Namespaces | |
| namespace | tlapack |
| Recursive QR factorization using compact WY Householder representation. | |
Functions | |
| template<TLAPACK_SMATRIX A_t, TLAPACK_SMATRIX B_t, TLAPACK_SMATRIX Q_t, TLAPACK_SMATRIX Z_t> | |
| int | tlapack::gghrd (bool wantq, bool wantz, size_type< A_t > ilo, size_type< A_t > ihi, A_t &A, B_t &B, Q_t &Q, Z_t &Z) |
| Reduces a pair of real square matrices (A, B) to generalized upper Hessenberg form using unitary transformations, where A is a general matrix and B is upper triangular. | |