Paul Heidmann Fractal Example  1.0
newtonsMethod.hpp File Reference
#include <complex>
#include <cstdint>
#include <stdexcept>
#include <functional>
Include dependency graph for newtonsMethod.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fractal::newtonsMethod< floatType >
 This class implements Newton's method (the same one from your typical first year calculus class), to find zeros of complex valued functions (in the complex plain, obviously). More...
 

Namespaces

 fractal