Go to file
2024-01-27 05:13:21 +00:00
.gitlab Add GitLab templates for issues and merge requests 2021-03-31 16:01:12 +00:00
bench Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
blas Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
ci Fix CI for clang-6 when cross-compiled. 2024-01-27 05:13:21 +00:00
cmake [ROCm] MI300 related test support 2024-01-11 23:46:25 +00:00
debug Small cleanup of GDB pretty printer code 2021-12-18 17:34:38 +00:00
demos Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
doc Doc: Fix Basic slicing examples minor issues 2024-01-09 18:17:00 +00:00
Eigen Fix arm32 issues. 2024-01-23 22:04:55 +00:00
failtest Fix unused warnings in failtest. 2024-01-19 15:30:18 -08:00
lapack Update documentation of lapack second/dsecnd. 2024-01-25 17:51:26 +00:00
scripts Remove simple relicense script. 2024-01-25 05:50:36 +00:00
test Fix bug in checking subnormals. 2024-01-25 17:52:07 +00:00
unsupported Formatting. 2024-01-23 16:56:27 +00:00
.clang-format [clang-format] Add a few macros to AttributeMacros 2022-10-10 16:44:47 +00:00
.git-blame-ignore-revs Add formatting change to .git-blame-ignore-revs 2023-12-05 21:56:31 +00:00
.gitignore Update CI with testing framework from eigen_ci_cross_testing. 2024-01-19 17:55:09 +00:00
.gitlab-ci.yml Update CI with testing framework from eigen_ci_cross_testing. 2024-01-19 17:55:09 +00:00
.hgeol Added a pattern which forces LF line endings for *.sh files. 2013-07-31 18:20:58 +02:00
CMakeLists.txt Avoid building docs if cross-compiling or not top level. 2023-10-23 17:55:01 +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
eigen3.pc.in Further fixes for CMAKE_INSTALL_PREFIX correctness 2015-11-07 21:29:24 -05:00
INSTALL finally, the right fix: set CTEST_BUILD_TARGET. 2009-10-04 20:27:44 -04:00
README.md Update old links to bitbucket to point to gitlab.com 2019-12-04 10:57:07 +01:00
signature_of_eigen3_matrix_library improve the scripts for building unit tests: 2009-11-25 21:26:37 -05:00

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/.

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