Heidelberg Educational Numerics Library Version 0.24 (from 9 September 2011)
|
Newton's method with line search. More...
#include "lr.hh"
Go to the source code of this file.
Classes | |
class | hdnum::SquareRootProblem< N > |
Example class for a nonlinear model F(x) = 0;. More... | |
class | hdnum::Newton |
Solve nonlinear problem using a damped Newton method. More... | |
class | hdnum::Banach |
Solve nonlinear problem using a fixed point iteration. More... |
Newton's method with line search.