Go to file
Chip Kerchner 5a4f568de6 Merge branch 'master' into RVV_Chip2 2025-11-20 15:46:28 +00:00
.gitlab Set the merge request template to be default. 2025-10-17 22:16:57 +00:00
Eigen Merge branch 'master' into RVV_Chip2 2025-11-20 15:46:28 +00:00
bench STYLE: Scripts with shebang should be executable 2025-09-28 06:38:59 +00:00
blas Fix DLL builds and c++ lapack declarations. 2025-10-13 16:25:08 +00:00
ci Enable generic clang backend tests. 2025-11-07 01:37:12 +00:00
cmake EigenTesting.cmake: Quote argument to separate_arguments. 2025-11-17 17:22:44 +00:00
debug Add summary to lldb pretty printing of Eigen::Matrix 2025-11-17 17:24:03 +00:00
demos Fix all the doxygen warnings. 2025-02-01 00:00:31 +00:00
doc Clarify range spanning major versions only works with 3.4.1. 2025-10-24 19:54:27 +00:00
failtest Fix CwiseUnaryView. 2024-03-11 19:08:30 +00:00
lapack Fix DLL builds and c++ lapack declarations. 2025-10-13 16:25:08 +00:00
scripts Add a bunch of useful scripts for planning releases. 2025-10-10 00:49:58 +00:00
test Improve packet op test coverage for IEEE special values. 2025-11-12 22:19:50 +00:00
unsupported cxx11_tensor_expr.cpp: delete extraneous semicolon 2025-11-11 01:39:38 +00:00
.clang-format make fixed size matrices and arrays trivially_default_constructible 2024-10-21 17:10:15 +00:00
.git-blame-ignore-revs Add formatting change to .git-blame-ignore-revs 2023-12-05 21:56:31 +00:00
.gitattributes Convert Mercurial hgeol to gitattributes 2025-09-24 19:14:40 +00:00
.gitignore Update CI with testing framework from eigen_ci_cross_testing. 2024-01-19 17:55:09 +00:00
.gitlab-ci.yml get rid of a bunch of windows jobs 2025-09-30 01:44:48 +00:00
CHANGELOG.md Add 5.0.1 release notes and a few unreleased features. 2025-11-08 20:51:44 +00:00
CMakeLists.txt Fix BLAS/LAPACK DLL usage on Windows. 2025-10-10 00:09:45 +00:00
COPYING.APACHE Add Apache 2.0 license text in COPYING.APACHE. 2020-06-18 12:45:27 -07:00
COPYING.BSD Make file formatting comply with POSIX and Unix standards 2020-03-23 18:09:02 +00:00
COPYING.MINPACK Make file formatting comply with POSIX and Unix standards 2020-03-23 18:09:02 +00:00
COPYING.MPL2 Update MPL2 with https. 2022-02-07 17:30:31 +00:00
COPYING.README Remove LGPL Code and references. 2023-02-08 01:25:06 +00:00
CTestConfig.cmake STYLE: Convert CMake-language commands to lower case 2019-10-31 11:36:37 -05:00
CTestCustom.cmake.in Allow to filter out build-error messages 2018-07-24 20:12:49 +02:00
INSTALL
LICENSE Add LICENSE file in correct place so it is picked up by gitlab. 2024-12-08 03:26:43 +00:00
README.md Update README.md 2024-10-10 01:54:30 +00:00
eigen3.pc.in Further fixes for CMAKE_INSTALL_PREFIX correctness 2015-11-07 21:29:24 -05:00
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.