eigen/demos/mandelbrot
Benoit Jacob 6f09d3a67d - many updates after Cwise change
- fix compilation in product.cpp with std::complex
- fix bug in MatrixBase::operator!=
2008-07-08 07:56:01 +00:00
..
CMakeLists.txt improve greatly mandelbrot demo: 2008-06-29 12:04:00 +00:00
mandelbrot.cpp - many updates after Cwise change 2008-07-08 07:56:01 +00:00
mandelbrot.h the big Array/Cwise rework as discussed on the mailing list. The new API 2008-07-08 00:49:10 +00:00
README improve greatly mandelbrot demo: 2008-06-29 12:04:00 +00:00

*** Mandelbrot demo ***

Controls:
* Left mouse button to center view at a point.
* Drag vertically with left mouse button to zoom in and out.

Be sure to enable SSE2 or AltiVec to improve performance.

The number of iterations, and the choice between single and double precision, are
determined at runtime depending on the zoom level.