Open CASCADE Technology 6.5.2
Public Member Functions
GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox Class Reference

#include <GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>

Inheritance diagram for GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox:
Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox (math_MultipleVarFunctionWithGradient &F, const math_Vector &StartingPoint, const Standard_Real Tolerance3d, const Standard_Real Tolerance2d, const Standard_Real Eps, const Standard_Integer NbIterations=200)
virtual Standard_Boolean IsSolutionReached (math_MultipleVarFunctionWithGradient &F) const
 This method is called at the end of each iteration to check if the
solution is found.
It can be redefined in a sub-class to implement a specific test to
stop the iterations.


Constructor & Destructor Documentation

GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox::GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox ( math_MultipleVarFunctionWithGradient F,
const math_Vector StartingPoint,
const Standard_Real  Tolerance3d,
const Standard_Real  Tolerance2d,
const Standard_Real  Eps,
const Standard_Integer  NbIterations = 200 
)

Member Function Documentation

virtual Standard_Boolean GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox::IsSolutionReached ( math_MultipleVarFunctionWithGradient F) const [virtual]

Reimplemented from math_BFGS.

void GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox::operator delete ( void *  anAddress) [inline]

Reimplemented from math_BFGS.

void* GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox::operator new ( size_t  ,
void *  anAddress 
) [inline]

Reimplemented from math_BFGS.

void* GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox::operator new ( size_t  size) [inline]

Reimplemented from math_BFGS.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines