mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +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
|