Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
MathRoot::MultipleBrentValueWrapper< Function > Struct Template Reference

Brent wrapper that adapts a Value-only function for offset root finding. More...

#include <MathRoot_MultipleUtils.hxx>

Public Member Functions

bool Value (double theX, double &theY) const
 

Data Fields

Function & myFunc
 
double myOffset
 

Detailed Description

template<typename Function>
struct MathRoot::MultipleBrentValueWrapper< Function >

Brent wrapper that adapts a Value-only function for offset root finding.

Template Parameters
Functiontype with Value(double theX, double& theF) method

Member Function Documentation

◆ Value()

template<typename Function >
bool MathRoot::MultipleBrentValueWrapper< Function >::Value ( double theX,
double & theY ) const
inline

Field Documentation

◆ myFunc

template<typename Function >
Function& MathRoot::MultipleBrentValueWrapper< Function >::myFunc

◆ myOffset

template<typename Function >
double MathRoot::MultipleBrentValueWrapper< Function >::myOffset

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