eigen/demos/mandelbrot
Benoit Jacob 6347b1db5b remove sentence "Eigen itself is part of the KDE project."
it never made very precise sense. but now does it still make any?
2009-05-22 20:25:33 +02:00
..
CMakeLists.txt prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all cmake files 2008-12-02 12:59:10 +00:00
mandelbrot.cpp remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
mandelbrot.h remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02: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.