Go to the source code of this file.
Classes |
struct | Eigen::internal::traits< solve_retval_base< DecompositionType, Rhs > > |
class | Eigen::internal::solve_retval_base< _DecompositionType, Rhs > |
class | Eigen::HouseholderQR< _MatrixType > |
| Householder QR decomposition of a matrix. More...
|
struct | Eigen::internal::solve_retval< HouseholderQR< _MatrixType >, Rhs > |
class | Eigen::FullPivHouseholderQR< _MatrixType > |
| Householder rank-revealing QR decomposition of a matrix with full pivoting. More...
|
struct | Eigen::internal::solve_retval< FullPivHouseholderQR< _MatrixType >, Rhs > |
class | Eigen::ColPivHouseholderQR< _MatrixType > |
| Householder rank-revealing QR decomposition of a matrix with column-pivoting. More...
|
struct | Eigen::internal::solve_retval< ColPivHouseholderQR< _MatrixType >, Rhs > |
Namespaces |
namespace | Eigen |
namespace | Eigen::internal |
Defines |
#define | EIGEN_QR_MODULE_H |
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 > |
void | Eigen::internal::householder_qr_inplace_blocked (MatrixQR &mat, HCoeffs &hCoeffs, typename MatrixQR::Index maxBlockSize=32, typename MatrixQR::Scalar *tempData=0) |
Define Documentation
#define EIGEN_QR_MODULE_H |
Definition at line 2 of file QR.