Go to the source code of this file.
Namespaces |
namespace | Eigen |
| Namespace containing all symbols from the Eigen library.
|
namespace | Eigen::internal |
Functions |
template<typename MatrixQR , typename HCoeffs > |
void | householder_qr_inplace_blocked (MatrixQR &mat, HCoeffs &hCoeffs, typename MatrixQR::Index maxBlockSize=32, typename MatrixQR::Scalar *tempData=0) |
template<typename MatrixQR , typename HCoeffs > |
void | householder_qr_inplace_unblocked (MatrixQR &mat, HCoeffs &hCoeffs, typename MatrixQR::Scalar *tempData=0) |