Go to the source code of this file.
Classes | |
class | Eigen::HouseholderQR< MatrixType_ > |
Householder QR decomposition of a matrix. More... | |
Namespaces | |
Eigen | |
: InteropHeaders | |
Eigen::internal | |
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) |