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

Go to the source code of this file.
Classes | |
| class | secant_functor |
| This is a functor which encapsulates the function: exp(x) - offset. The function variable is x. Offset is a hidden variable. This class is used to demonstrate the SecantSolve0< functor, real > template class, in the test file Secant.cpp. More... | |
Functions | |
| int | main () |
1.5.1