Loading [MathJax]/jax/input/TeX/config.js
Tomographerv4.1
Tomographer C++ Framework Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
simple_find_zero.h File Reference

(v4.1)

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.