![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Result for general polynomial solver. More...
#include <MathPoly_Laguerre.hxx>
Public Member Functions | |
| bool | IsDone () const |
| operator bool () const | |
Data Fields | |
| MathUtils::Status | Status = MathUtils::Status::NotConverged |
| std::array< double, THE_MAX_POLY_DEGREE > | Roots = {} |
| std::array< std::complex< double >, THE_MAX_POLY_DEGREE > | ComplexRoots = {} |
| size_t | NbRoots = 0 |
| size_t | NbComplexRoots = 0 |
Result for general polynomial solver.
|
inline |
|
inlineexplicit |
| std::array<std::complex<double>, THE_MAX_POLY_DEGREE> MathPoly::GeneralPolyResult::ComplexRoots = {} |
| size_t MathPoly::GeneralPolyResult::NbComplexRoots = 0 |
| size_t MathPoly::GeneralPolyResult::NbRoots = 0 |
| std::array<double, THE_MAX_POLY_DEGREE> MathPoly::GeneralPolyResult::Roots = {} |
| MathUtils::Status MathPoly::GeneralPolyResult::Status = MathUtils::Status::NotConverged |