|
GetFEM++
5.3
|
Dense QR factorization. More...
#include "gmm_dense_Householder.h"Go to the source code of this file.
Functions | |
| template<typename MAT1 > | |
| void | gmm::qr_factor (const MAT1 &A_) |
| QR factorization using Householder method (complex and real version). | |
| template<typename MAT1 , typename MAT2 , typename MAT3 > | |
| void | gmm::qr_factor (const MAT1 &A, const MAT2 &QQ, const MAT3 &RR) |
| Compute the QR factorization, where Q is assembled. More... | |
| template<typename MAT , typename Ttol , typename VECT > | |
| void | gmm::extract_eig (const MAT &A, const VECT &V, Ttol tol) |
| Compute eigenvalue vector. | |
| void gmm::qr_factor | ( | const MAT1 & | A, |
| const MAT2 & | QQ, | ||
| const MAT3 & | RR | ||
| ) |
Compute the QR factorization, where Q is assembled.
Definition at line 113 of file gmm_dense_qr.h.