eigen/demos/mandelbrot
Gael Guennebaud a6d387a359 Various compilation fixes for MSVC 9. All tests compile but some
still fail at runtime in ei_aligned_free() (even without vectorization).
2008-08-19 11:06:40 +00:00
..
CMakeLists.txt improve greatly mandelbrot demo: 2008-06-29 12:04:00 +00:00
mandelbrot.cpp Various compilation fixes for MSVC 9. All tests compile but some 2008-08-19 11:06:40 +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.