Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Eigen (C++ library)
C++ linear algebra library

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 open-source software licensed under the Mozilla Public License 2.0 since version 3.1.1. Earlier versions were licensed under the GNU Lesser General Public License. Version 1.0 was released in Dec 2006.

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. Eigen itself can provide BLAS and a subset of LAPACK interfaces.

Related Image Collections Add Image
We don't have any YouTube videos related to Eigen (C++ library) yet.
We don't have any PDF documents related to Eigen (C++ library) yet.
We don't have any Books related to Eigen (C++ library) yet.
We don't have any archived web articles related to Eigen (C++ library) yet.

See also

References

  1. "Eigen License". tuxfamily.org. Retrieved 19 Jan 2021. http://eigen.tuxfamily.org/index.php?title=Main_Page#License

  2. "[eigen] Release 1.0". https://listengine.tuxfamily.org/lists.tuxfamily.org/eigen/2006/12/threads.html

  3. Guennebaud, Gaël (2013). Eigen: A C++ linear algebra library (PDF). Eurographics/CGLibs. http://downloads.tuxfamily.org/eigen/eigen_CGLibs_Giugno_Pisa_2013.pdf

  4. "Todo - Eigen". eigen.tuxfamily.org. The eigen_blas library is complete. The eigen_lapack currently implements cholesky and lu decomposition. Contact us if you want to help. http://eigen.tuxfamily.org/index.php?title=Todo