![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Result for all roots finder including null intervals. More...
#include <MathRoot_All.hxx>
Public Member Functions | |
| bool | IsDone () const |
| operator bool () const | |
| int | NbRoots () const |
| int | NbIntervals () const |
Data Fields | |
| MathUtils::Status | Status = MathUtils::Status::NotConverged |
| NCollection_DynamicArray< double > | Roots |
| Isolated root locations. | |
| NCollection_DynamicArray< int > | RootStates |
| State numbers for roots. | |
| NCollection_DynamicArray< NullInterval > | NullIntervals |
| Intervals where function is null. | |
Result for all roots finder including null intervals.
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
| NCollection_DynamicArray<NullInterval> MathRoot::AllRootsResult::NullIntervals |
Intervals where function is null.
| NCollection_DynamicArray<double> MathRoot::AllRootsResult::Roots |
Isolated root locations.
| NCollection_DynamicArray<int> MathRoot::AllRootsResult::RootStates |
State numbers for roots.
| MathUtils::Status MathRoot::AllRootsResult::Status = MathUtils::Status::NotConverged |