DESCR 295 B

1234567
  1. Eigen is a C++ template library for vector and matrix math.
  2. Unlike most other linear algebra libraries, Eigen focuses on the
  3. simple mathematical needs of applications: games and other OpenGL
  4. apps, spreadsheets and other office apps, etc. Eigen is dedicated
  5. to providing optimal speed with GCC.