![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Configuration for multiple root finding. More...
#include <MathRoot_MultipleUtils.hxx>
Data Fields | |
| int | NbSamples = 100 |
| Number of sample points for initial search. | |
| double | XTolerance = 1e-10 |
| Tolerance on X for convergence. | |
| double | FTolerance = 1e-10 |
| Tolerance on F(X) for convergence. | |
| double | NullTolerance = 1e-12 |
| Tolerance to consider function as null. | |
| int | MaxIterations = 100 |
| Max iterations per root refinement. | |
| double | Offset = 0.0 |
| Find roots of f(x) - Offset = 0. | |
Configuration for multiple root finding.
| double MathRoot::MultipleConfig::FTolerance = 1e-10 |
Tolerance on F(X) for convergence.
| int MathRoot::MultipleConfig::MaxIterations = 100 |
Max iterations per root refinement.
| int MathRoot::MultipleConfig::NbSamples = 100 |
Number of sample points for initial search.
| double MathRoot::MultipleConfig::NullTolerance = 1e-12 |
Tolerance to consider function as null.
| double MathRoot::MultipleConfig::XTolerance = 1e-10 |
Tolerance on X for convergence.