|
Open CASCADE Technology 6.5.2
|
#include <GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox (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. | |
| GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox::GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox | ( | 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 GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox::IsSolutionReached | ( | math_MultipleVarFunctionWithGradient & | F | ) | const [virtual] |
Reimplemented from math_BFGS.
| void GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from math_BFGS.
| void* GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from math_BFGS.
| void* GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from math_BFGS.
1.7.4