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

Go to the source code of this file.

Classes

struct  tlapack::Gghd3Opts
 Options struct for gghd3. More...
 

Functions

template<TLAPACK_SMATRIX A_t, TLAPACK_SMATRIX B_t, TLAPACK_SMATRIX Q_t, TLAPACK_SMATRIX Z_t>
int tlapack::gghd3 (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, const Gghd3Opts &opts={})
 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.
 

Detailed Description

Author
Thijs Steel, KU Leuven, Belgium Adapted from
See also
https://github.com/Reference-LAPACK/lapack/tree/master/SRC/zgghd3.f