Result for multiple linear systems solving (AX = B with matrix RHS). Contains the full solution matrix and determinant if computed.
More...
#include <MathUtils_Types.hxx>
|
| bool | IsDone () const |
| | Returns true if computation succeeded.
|
| |
| | operator bool () const |
| | Conversion to bool for convenient checking.
|
| |
Result for multiple linear systems solving (AX = B with matrix RHS). Contains the full solution matrix and determinant if computed.
◆ IsDone()
| bool MathUtils::LinearMultipleResult::IsDone |
( |
| ) |
const |
|
inline |
Returns true if computation succeeded.
◆ operator bool()
| MathUtils::LinearMultipleResult::operator bool |
( |
| ) |
const |
|
inlineexplicit |
Conversion to bool for convenient checking.
◆ Determinant
| std::optional<double> MathUtils::LinearMultipleResult::Determinant |
Determinant of matrix (if computed)
◆ Solutions
| std::optional<math_Matrix> MathUtils::LinearMultipleResult::Solutions |
Solution matrix X in AX = B (set by solver)
◆ Status
The documentation for this struct was generated from the following file: