Definition at line 34 of file NewtonRaphson.cpp.
Public Member Functions | |
| Newton_functor (double offset) | |
| the creator for Newton_functor which assigns the hidden variable offset | |
| double | f (double x) |
| the function to be solved | |
| double | df (double x) |
| the derivative of the function to be solved | |
Public Attributes | |
| double | _offset |
| This is the hidden variable for class Newton_functor, which makes this class a functor, as opposed to a group of function pointers. | |
1.5.1