![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Result for QR decomposition using Householder reflections. More...
#include <MathLin_Householder.hxx>
Public Member Functions | |
| bool | IsDone () const |
| operator bool () const | |
Data Fields | |
| MathUtils::Status | Status = MathUtils::Status::NotConverged |
| std::optional< math_Matrix > | Q |
| Orthogonal matrix Q (m x m) | |
| std::optional< math_Matrix > | R |
| Upper triangular matrix R (m x n) | |
| int | Rank = 0 |
| Numerical rank. | |
Result for QR decomposition using Householder reflections.
|
inline |
|
inlineexplicit |
| std::optional<math_Matrix> MathLin::QRResult::Q |
Orthogonal matrix Q (m x m)
| std::optional<math_Matrix> MathLin::QRResult::R |
Upper triangular matrix R (m x n)
| int MathLin::QRResult::Rank = 0 |
Numerical rank.
| MathUtils::Status MathLin::QRResult::Status = MathUtils::Status::NotConverged |