This is the complete list of members for QRMatrix< MatrixType >, including all inherited members.
| BOTH_QR enum value | QRMatrix< MatrixType > | |
| cmptType typedef | QRMatrix< MatrixType > | |
| ECONOMY enum value | QRMatrix< MatrixType > | |
| FALSE enum value | QRMatrix< MatrixType > | |
| FULL enum value | QRMatrix< MatrixType > | |
| inv() const | QRMatrix< MatrixType > | |
| modes enum name | QRMatrix< MatrixType > | |
| ONLY_Q enum value | QRMatrix< MatrixType > | |
| ONLY_R enum value | QRMatrix< MatrixType > | |
| outputs enum name | QRMatrix< MatrixType > | |
| P() const | QRMatrix< MatrixType > | inline |
| p() const noexcept | QRMatrix< MatrixType > | inline |
| pivoting enum name | QRMatrix< MatrixType > | |
| Q() const noexcept | QRMatrix< MatrixType > | inline |
| Q() noexcept | QRMatrix< MatrixType > | inline |
| QRMatrix()=delete | QRMatrix< MatrixType > | |
| QRMatrix(const modes mode, const outputs output, const bool pivoting, MatrixType &A) | QRMatrix< MatrixType > | explicit |
| QRMatrix(const MatrixType &A, const modes mode, const outputs output=outputs::BOTH_QR, const bool pivoting=false) | QRMatrix< MatrixType > | explicit |
| R() const noexcept | QRMatrix< MatrixType > | inline |
| R() noexcept | QRMatrix< MatrixType > | inline |
| RMatrix typedef | QRMatrix< MatrixType > | |
| SMatrix typedef | QRMatrix< MatrixType > | |
| solve(List< cmptType > &x, const UList< cmptType > &source) const | QRMatrix< MatrixType > | |
| solve(List< cmptType > &x, const IndirectListBase< cmptType, Addr > &source) const | QRMatrix< MatrixType > | |
| solve(const UList< cmptType > &source) const | QRMatrix< MatrixType > | |
| solve(const IndirectListBase< cmptType, Addr > &source) const | QRMatrix< MatrixType > | |
| solve(const RMatrix &b) | QRMatrix< MatrixType > | |
| solve(const IndirectListBase< cmptType, Addr > &source) const | QRMatrix< MatrixType > | |
| TRUE enum value | QRMatrix< MatrixType > |