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