Eigen (C++ library)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

Eigen (C++ library)
Eigen Logo
Developer(s) Benoît Jacob
Gaël Guennebaud
Stable release 3.2.8 / February 11, 2016; 8 years ago (2016-02-11)
Preview release 3.3-beta1 / December 16, 2015; 8 years ago (2015-12-16)
Development status Active
Written in C++
Operating system Cross-platform
Type Library
License MPL2
Website eigen.tuxfamily.org

Eigen is a high-level C++ library of template headers for linear algebra, matrix and vector operations, geometrical transformations, numerical solvers and related algorithms. Eigen is an open source library licensed under MPL2 starting from version 3.1.1. Earlier versions were licensed under LGPL3+.[1]

Eigen is implemented using the expression templates metaprogramming technique, meaning it builds expression trees at compile time and generates custom code to evaluate these. Using expression templates and a cost model of floating point operations, the library performs its own loop unrolling and vectorization.[2]

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.

<templatestyles src="Asbox/styles.css"></templatestyles>