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

Go to the source code of this file.

Classes

struct  tlapack::UngqrOpts
 Options struct for ungqr. More...
 

Functions

template<TLAPACK_SMATRIX matrix_t, TLAPACK_SVECTOR vector_t>
int tlapack::ungqr (matrix_t &A, const vector_t &tau, const UngqrOpts &opts={})
 Generates a matrix Q with orthogonal columns.
 

Detailed Description

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