eigen/demos/mandelbrot
Benoit Jacob 247f2b0ffa * block() for vectors ---> segment()
* documentation improvements, especially in quickstart guide
2008-09-15 15:45:41 +00:00
..
CMakeLists.txt improve greatly mandelbrot demo: 2008-06-29 12:04:00 +00:00
mandelbrot.cpp * block() for vectors ---> segment() 2008-09-15 15:45:41 +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.