Go to file
Antonio Sanchez bc3b39870e Add 5.0.1 release notes and a few unreleased features.
(cherry picked from commit 91526464aef156bb0f847db6e00f0b971f9d9ac8)
2025-11-08 12:44:56 -08:00
.gitlab
Eigen Fix MKL enum conversion warning. 2025-11-05 13:34:05 -08:00
bench
blas Fix DLL builds and c++ lapack declarations. 2025-10-27 09:47:17 -07:00
ci Enable tests on push 2025-11-06 09:31:16 -08:00
cmake CI enhancements: visual indication of flaky tests 2025-10-27 09:48:36 -07:00
debug
demos
doc Clarify range spanning major versions only works with 3.4.1. 2025-10-27 09:49:14 -07:00
failtest
lapack Fix DLL builds and c++ lapack declarations. 2025-10-27 09:47:17 -07:00
scripts
test Remove deprecated CUDA device properties. 2025-11-05 13:33:49 -08:00
unsupported Eliminate use of std::cout in ArpackSelfAdjointEigenSolver. 2025-10-27 09:49:02 -07:00
.clang-format
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitlab-ci.yml
CHANGELOG.md Add 5.0.1 release notes and a few unreleased features. 2025-11-08 12:44:56 -08:00
CMakeLists.txt
COPYING.APACHE
COPYING.BSD
COPYING.MINPACK
COPYING.MPL2
COPYING.README
CTestConfig.cmake
CTestCustom.cmake.in
INSTALL
LICENSE
README.md
eigen3.pc.in
signature_of_eigen3_matrix_library

README.md

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.

For more information go to http://eigen.tuxfamily.org/ or https://libeigen.gitlab.io/docs/.

For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.