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.

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


Generated on Sat Sep 12 20:10:46 2009 for NewtonRaphson by  doxygen 1.5.1