![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Result for LU decomposition. More...
#include <MathLin_Gauss.hxx>
Public Member Functions | |
| bool | IsDone () const |
| operator bool () const | |
Data Fields | |
| MathUtils::Status | Status = MathUtils::Status::NotConverged |
| std::optional< math_Matrix > | LU |
| Combined L and U matrices. | |
| std::optional< math_IntegerVector > | Pivot |
| Pivot indices. | |
| std::optional< double > | Determinant |
| int | Sign = 1 |
| Sign from row interchanges. | |
Result for LU decomposition.
|
inline |
|
inlineexplicit |
| std::optional<double> MathLin::LUResult::Determinant |
| std::optional<math_Matrix> MathLin::LUResult::LU |
Combined L and U matrices.
| std::optional<math_IntegerVector> MathLin::LUResult::Pivot |
Pivot indices.
| int MathLin::LUResult::Sign = 1 |
Sign from row interchanges.
| MathUtils::Status MathLin::LUResult::Status = MathUtils::Status::NotConverged |