![]() |
|
#include "./InternalHeaderCheck.h"Go to the source code of this file.
Classes | |
| struct | Eigen::internal::traits< HouseholderQR< MatrixType_ > > |
| class | Eigen::HouseholderQR< MatrixType_ > |
| Householder QR decomposition of a matrix. More... | |
| struct | Eigen::internal::householder_determinant< HCoeffs, Scalar, IsComplex > |
| struct | Eigen::internal::householder_determinant< HCoeffs, Scalar, false > |
| struct | Eigen::internal::householder_qr_inplace_blocked< MatrixQR, HCoeffs, MatrixQRScalar, InnerStrideIsOne > |
Namespaces | |
| Eigen | |
| Namespace containing all symbols from the Eigen library. | |
| Eigen::internal | |
| Namespace containing low-level routines from the Eigen library. | |
Functions | |
| template<typename MatrixQR , typename HCoeffs > | |
| void | Eigen::internal::householder_qr_inplace_unblocked (MatrixQR &mat, HCoeffs &hCoeffs, typename MatrixQR::Scalar *tempData=0) |
| template<typename MatrixQR , typename HCoeffs , typename VectorQR > | |
| void | Eigen::internal::householder_qr_inplace_update (MatrixQR &mat, HCoeffs &hCoeffs, const VectorQR &newColumn, typename MatrixQR::Index k, typename MatrixQR::Scalar *tempData) |