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

Result of minimum bracketing operation. More...

#include <MathUtils_Bracket.hxx>

Data Fields

bool IsValid = false
 True if valid bracket found (Fb < Fa and Fb < Fc)
 
double A = 0.0
 Left bound.
 
double B = 0.0
 Middle point (minimum location estimate)
 
double C = 0.0
 Right bound.
 
double Fa = 0.0
 Function value at A.
 
double Fb = 0.0
 Function value at B.
 
double Fc = 0.0
 Function value at C.
 

Detailed Description

Result of minimum bracketing operation.

Field Documentation

◆ A

double MathUtils::MinBracketResult::A = 0.0

Left bound.

◆ B

double MathUtils::MinBracketResult::B = 0.0

Middle point (minimum location estimate)

◆ C

double MathUtils::MinBracketResult::C = 0.0

Right bound.

◆ Fa

double MathUtils::MinBracketResult::Fa = 0.0

Function value at A.

◆ Fb

double MathUtils::MinBracketResult::Fb = 0.0

Function value at B.

◆ Fc

double MathUtils::MinBracketResult::Fc = 0.0

Function value at C.

◆ IsValid

bool MathUtils::MinBracketResult::IsValid = false

True if valid bracket found (Fb < Fa and Fb < Fc)


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