• Home
  • History
  • Annotate
  • only in /external/eigen/demos/mandelbrot/
NameDateSize

..11-Jun-20184 KiB

CMakeLists.txt11-Jun-2018486

mandelbrot.cpp11-Jun-20187.3 KiB

mandelbrot.h11-Jun-20181.8 KiB

README11-Jun-2018336

README

1*** Mandelbrot demo ***
2
3Controls:
4* Left mouse button to center view at a point.
5* Drag vertically with left mouse button to zoom in and out.
6
7Be sure to enable SSE2 or AltiVec to improve performance.
8
9The number of iterations, and the choice between single and double precision, are
10determined at runtime depending on the zoom level.
11