Definition in file NewtonRaphson.h.
#include <iostream>
#include <vector>
Include dependency graph for NewtonRaphson.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | std |
Classes | |
| class | NewtonRaphsonSolve0< functor, real > |
| This template class is an encapsulation of the one dimensional NewtonRaphson iteration algorithm. It allows for calculating df twice at each iteration, or d2f, to increase the spead of convergance. It also can be used in situations with boundaries. The orignal source cand be viewed or downloaded here. . More... | |
1.5.1