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

Wrapper exposing a function derivative through the Value() contract required by Brent. More...

#include <MathRoot_MultipleUtils.hxx>

Public Member Functions

bool Value (double theX, double &theY) const
 

Data Fields

Function & myFunc
 

Detailed Description

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

Wrapper exposing a function derivative through the Value() contract required by Brent.

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

Member Function Documentation

◆ Value()

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

Field Documentation

◆ myFunc

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

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