Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Fields
MathRoot::MultipleConfig Struct Reference

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.
 

Detailed Description

Configuration for multiple root finding.

Field Documentation

◆ FTolerance

double MathRoot::MultipleConfig::FTolerance = 1e-10

Tolerance on F(X) for convergence.

◆ MaxIterations

int MathRoot::MultipleConfig::MaxIterations = 100

Max iterations per root refinement.

◆ NbSamples

int MathRoot::MultipleConfig::NbSamples = 100

Number of sample points for initial search.

◆ NullTolerance

double MathRoot::MultipleConfig::NullTolerance = 1e-12

Tolerance to consider function as null.

◆ Offset

double MathRoot::MultipleConfig::Offset = 0.0

Find roots of f(x) - Offset = 0.

◆ XTolerance

double MathRoot::MultipleConfig::XTolerance = 1e-10

Tolerance on X for convergence.


The documentation for this struct was generated from the following file: