|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/blas/gemm.hpp"#include "tlapack/blas/trmm.hpp"#include "tlapack/lapack/lacpy.hpp"#include "tlapack/lapack/larfg.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | tlapack |
| Recursive QR factorization using compact WY Householder representation. | |
Functions | |
| template<TLAPACK_MATRIX matrix_a, TLAPACK_MATRIX matrix_h> | |
| void | tlapack::geqrt3 (matrix_a &A, matrix_h &Tmatrix) |