aboutsummaryrefslogtreecommitdiffhomepage
path: root/demos/mandelbrot/README
blob: 0b615dea12f01549537decc82b3e8180f82d9cd1 (plain)
1
2
3
4
5
6
*** 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