|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"#include "tlapack/blas/scal.hpp"#include "tlapack/lapack/larf.hpp"#include "tlapack/lapack/larfb.hpp"#include "tlapack/lapack/larft.hpp"#include "tlapack/lapack/ungq.hpp"
Go to the source code of this file.
Classes | |
| struct | tlapack::UnglqOpts |
| Options struct for unglq. More... | |
Namespaces | |
| namespace | tlapack |
| Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). | |
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. | |