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

Go to the source code of this file.

Classes

struct  tlapack::UnglqOpts
 Options struct for unglq. More...
 

Functions

template<TLAPACK_SMATRIX matrix_t, TLAPACK_SVECTOR vector_t>
int tlapack::unglq (matrix_t &A, const vector_t &tau, const UnglqOpts &opts={})
 Generates all or part of the unitary matrix Q from an LQ factorization determined by gelqf.
 

Detailed Description

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