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

Go to the source code of this file.

Classes

struct  tlapack::UngrqOpts
 Options struct for ungrq. More...
 

Functions

template<TLAPACK_SMATRIX matrix_t, TLAPACK_SVECTOR vector_t>
int tlapack::ungrq (matrix_t &A, const vector_t &tau, const UngrqOpts &opts={})
 Generates an m-by-n matrix Q with orthonormal columns, which is defined as the last m rows of a product of k elementary reflectors of order n.
 

Detailed Description

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