Unlike most other linear algebra libraries, Eigen focuses on the simple mathematical needs of applications: games and other OpenGL apps, spreadsheets and other office apps, etc. Eigen is dedicated to providing optimal speed with GCC. This is used by some KDE applications. Probably some other ports will pick up Eigen3, too, this will be dealt soon. okay landry@
7 lines
295 B
Plaintext
7 lines
295 B
Plaintext
Eigen is a C++ template library for vector and matrix math.
|
|
|
|
Unlike most other linear algebra libraries, Eigen focuses on the
|
|
simple mathematical needs of applications: games and other OpenGL
|
|
apps, spreadsheets and other office apps, etc. Eigen is dedicated
|
|
to providing optimal speed with GCC.
|