eigen/demos/mandelbrot
Benoit Jacob 92480ffd26 * Introduce make targets btest (build tests), blas (build blas lib), demos (build demos).
* remove EIGEN_BUILD_TESTS and siblings
* add summary at the end of cmake run, hopefully not too verbose
* fix build of quaternion demo
* kill remnants of old binary library option
2009-09-27 17:48:53 -04:00
..
CMakeLists.txt * Introduce make targets btest (build tests), blas (build blas lib), demos (build demos). 2009-09-27 17:48:53 -04: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

*** 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.