NewtonRaphson.h File Reference


Detailed Description

This 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.

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.

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...


Generated on Fri Jan 7 12:36:19 2011 for public_options by  doxygen 1.5.1