#include "LinSolver.hpp"
#include "NonLinSolver.hpp"
Include dependency graph for NewtonSolver.hpp:

This graph shows which files directly or indirectly include this file:

Classes | |
| class | NewtonLineSearch< T > |
| The line-search strategy base class template. More... | |
| class | NewtonSolver< T > |
| The Newton method class template. More... | |
| class | NewtonStdLSearch< T > |
| The standard (sufficient descent) line search strategy for he Newton method. More... | |
1.5.2