![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Result for SVD decomposition. More...
#include <MathLin_SVD.hxx>
Public Member Functions | |
| bool | IsDone () const |
| operator bool () const | |
Data Fields | |
| MathUtils::Status | Status = MathUtils::Status::NotConverged |
| std::optional< math_Matrix > | U |
| Left singular vectors (m x n) | |
| std::optional< math_Vector > | SingularValues |
| Singular values (n elements) | |
| std::optional< math_Matrix > | V |
| Right singular vectors (n x n) | |
| int | Rank = 0 |
| Numerical rank. | |
Result for SVD decomposition.
|
inline |
|
inlineexplicit |
| int MathLin::SVDResult::Rank = 0 |
Numerical rank.
| std::optional<math_Vector> MathLin::SVDResult::SingularValues |
Singular values (n elements)
| MathUtils::Status MathLin::SVDResult::Status = MathUtils::Status::NotConverged |
| std::optional<math_Matrix> MathLin::SVDResult::U |
Left singular vectors (m x n)
| std::optional<math_Matrix> MathLin::SVDResult::V |
Right singular vectors (n x n)