7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
*** 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
|