|
<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::UngqrOpts |
| Options struct for ungqr. 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::ungqr (matrix_t &A, const vector_t &tau, const UngqrOpts &opts={}) |
| Generates a matrix Q with orthogonal columns. | |