NewtonRaphson Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
Newton_functorThis functor is provided as a demonstration of how to create a functor for the template class NetwonRaphson0. It encapsulates the function: exp(x) - offset. The function variable is x. Offset is a hidden variable. This class is defined in the demonstration file NewtonRaphson.cpp
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.

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