| compute(const MatrixType &matrix) | QR< MatrixType > | [inline] |
| dimensionOfKernel() const | QR< MatrixType > | [inline] |
| isFullRank() const | QR< MatrixType > | [inline] |
| isInjective() const | QR< MatrixType > | [inline] |
| isInvertible() const | QR< MatrixType > | [inline] |
| isSurjective() const | QR< MatrixType > | [inline] |
| m_hCoeffs | QR< MatrixType > | [protected] |
| m_isInitialized | QR< MatrixType > | [protected] |
| m_qr | QR< MatrixType > | [protected] |
| m_rank | QR< MatrixType > | [mutable, protected] |
| m_rankIsUptodate | QR< MatrixType > | [mutable, protected] |
| matrixQ(void) const | QR< MatrixType > | [inline] |
| matrixR(void) const | QR< MatrixType > | [inline] |
| MatrixRBlockType typedef | QR< MatrixType > | |
| MatrixTypeR typedef | QR< MatrixType > | |
| QR() | QR< MatrixType > | [inline] |
| QR(const MatrixType &matrix) | QR< MatrixType > | [inline] |
| rank() const | QR< MatrixType > | [inline] |
| RealScalar typedef | QR< MatrixType > | |
| Scalar typedef | QR< MatrixType > | |
| solve(const MatrixBase< OtherDerived > &b, ResultType *result) const | QR< MatrixType > | [inline] |
| VectorType typedef | QR< MatrixType > |