Definition in file NewtonRaphson.cpp.
#include "NewtonRaphson.h"
#include <math.h>
Include dependency graph for NewtonRaphson.cpp:

Go to the source code of this file.
Classes | |
| class | Newton_functor |
| This 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. More... | |
Functions | |
| int | main () |
1.5.1