#include <FNewtonRaphsonLineSearch.hpp>
Inheritance diagram for FNewtonRaphsonLineSearch:


Purpose: Newton-Raphson Line Search for NonLinear Solver
Papers: "An Introduction to the Conjugate Gradient Method Without the Agonizing Pain",
J. R. Shewchuk, Tutorial August 4, 1994, School of Computer Science,
Carnegie Mellon University.
Public Methods | |
| FNewtonRaphsonLineSearch (int maxIterations, double epsilon=1.0e-4) | |
| virtual | ~FNewtonRaphsonLineSearch () |
| virtual double | find (FloatVector *x, AbsFObjectiveFn *fn, FloatVector *d) |
Private Attributes | |
| FloatVector * | f1 |
| FloatVector * | Hd |
| AFSymMatrix * | H |
![]() |
