<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
ungql.hpp File Reference
Include dependency graph for ungql.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tlapack::UngqlOpts
 Options struct for ungql. More...
 

Functions

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

Detailed Description

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