Paul Heidmann Fractal Example
1.0
|
#include <complex>
#include <cstdint>
#include <stdexcept>
#include <functional>
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 | |