![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Result for least squares problems. More...
#include <MathLin_LeastSquares.hxx>
Public Member Functions | |
| bool | IsDone () const |
| operator bool () const | |
Data Fields | |
| MathUtils::Status | Status = MathUtils::Status::NotConverged |
| std::optional< math_Vector > | Solution |
| Least squares solution x. | |
| std::optional< double > | Residual |
| ||Ax - b||_2 (L2 norm of residual) | |
| std::optional< double > | ResidualSq |
| ||Ax - b||_2^2 (squared residual) | |
| int | Rank = 0 |
| Numerical rank of A (for SVD) | |
Result for least squares problems.
|
inline |
|
inlineexplicit |
| int MathLin::LeastSquaresResult::Rank = 0 |
Numerical rank of A (for SVD)
| std::optional<double> MathLin::LeastSquaresResult::Residual |
||Ax - b||_2 (L2 norm of residual)
| std::optional<double> MathLin::LeastSquaresResult::ResidualSq |
||Ax - b||_2^2 (squared residual)
| std::optional<math_Vector> MathLin::LeastSquaresResult::Solution |
Least squares solution x.
| MathUtils::Status MathLin::LeastSquaresResult::Status = MathUtils::Status::NotConverged |