Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Fields
MathUtils::MinBracketOptions Struct Reference

Options for minimum bracketing. More...

#include <MathUtils_Bracket.hxx>

Data Fields

int MaxIterations = 50
 Maximum iterations.
 
bool UseLimits = false
 Enable hard limits for parameter.
 
double LeftLimit = 0.0
 Left hard limit (inclusive)
 
double RightLimit = 0.0
 Right hard limit (inclusive)
 
bool HasFA = false
 True if FA is precomputed.
 
bool HasFB = false
 True if FB is precomputed.
 
double FA = 0.0
 Precomputed f(A)
 
double FB = 0.0
 Precomputed f(B)
 

Detailed Description

Options for minimum bracketing.

Field Documentation

◆ FA

double MathUtils::MinBracketOptions::FA = 0.0

Precomputed f(A)

◆ FB

double MathUtils::MinBracketOptions::FB = 0.0

Precomputed f(B)

◆ HasFA

bool MathUtils::MinBracketOptions::HasFA = false

True if FA is precomputed.

◆ HasFB

bool MathUtils::MinBracketOptions::HasFB = false

True if FB is precomputed.

◆ LeftLimit

double MathUtils::MinBracketOptions::LeftLimit = 0.0

Left hard limit (inclusive)

◆ MaxIterations

int MathUtils::MinBracketOptions::MaxIterations = 50

Maximum iterations.

◆ RightLimit

double MathUtils::MinBracketOptions::RightLimit = 0.0

Right hard limit (inclusive)

◆ UseLimits

bool MathUtils::MinBracketOptions::UseLimits = false

Enable hard limits for parameter.


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