Paul Heidmann Fractal Example
1.0
|
#include <deque>
#include <mutex>
#include <vector>
#include <memory>
#include <thread>
#include <bitset>
#include <cstdint>
#include <iostream>
#include <algorithm>
#include <functional>
#include <boost/utility.hpp>
#include <math.h>
#include <pngFactory.hpp>
#include <fractalParams.hpp>
#include <newtonsMethod.hpp>
Go to the source code of this file.
Classes | |
class | fractal::threadedFractalEngine< floatType > |
This class splits the work of computing a given fractal amoung several threads. More... | |
Namespaces | |
fractal | |