mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-10-10 15:16:31 +08:00
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
|