eigen/demos/mandelbrot
2008-06-28 20:33:47 +00:00
..
CMakeLists.txt add mandelbrot demo 2008-06-28 20:33:47 +00:00
mandelbrot.cpp add mandelbrot demo 2008-06-28 20:33:47 +00:00
mandelbrot.h add mandelbrot demo 2008-06-28 20:33:47 +00:00
README add mandelbrot demo 2008-06-28 20:33:47 +00:00

*** Mandelbrot demo ***

Demonstrates:
* coefficient-wise operations on a matrix to perform general array computations which
  may not have anything to do with linear algebra
* impact of vectorization on performance