| NewtonRaphson.cpp [code] | |
| NewtonRaphson.h [code] | 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 |
1.5.1