Tomographer  v1.0a
Tomographer C++ Framework Documentation
simple_find_zero.h File Reference

(v1.0a)

A very simplistic tool for finding a relatively straightforward zero with few iterations. More...

#include <cmath>
#include <cstdio>
#include <limits>
#include <tomographer/tools/loggers.h>
+ Include dependency graph for simple_find_zero.h:

Go to the source code of this file.

Namespaces

 Tomographer
 Base namespace for the Tomographer project.
 
 Tomographer::Tools
 Various useful tools.
 

Detailed Description

A very simplistic tool for finding a relatively straightforward zero with few iterations.

For better, interval bracketing algorithms, see Boost's alternatives.

Definition in file simple_find_zero.h.