eigen/demos/mandelbrot/README

7 lines
216 B
Plaintext
Raw Normal View History

2008-06-29 04:33:47 +08: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