Result for matrix decomposition (LU, SVD, QR). Structure depends on decomposition type.
More...
#include <MathUtils_Types.hxx>
|
| bool | IsDone () const |
| | Returns true if decomposition succeeded.
|
| |
| | operator bool () const |
| | Conversion to bool for convenient checking.
|
| |
Result for matrix decomposition (LU, SVD, QR). Structure depends on decomposition type.
◆ IsDone()
| bool MathUtils::DecompResult::IsDone |
( |
| ) |
const |
|
inline |
Returns true if decomposition succeeded.
◆ operator bool()
| MathUtils::DecompResult::operator bool |
( |
| ) |
const |
|
inlineexplicit |
Conversion to bool for convenient checking.
Diagonal elements or singular values.
◆ Determinant
| std::optional<double> MathUtils::DecompResult::Determinant |
Matrix determinant (if computed)
Lower triangular (LU) or left singular vectors (SVD)
◆ Status
Upper triangular (LU) or right singular vectors (SVD)
The documentation for this struct was generated from the following file: