Go to file
2024-02-04 21:13:06 -05:00
.gitlab
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 improve random 2024-01-31 08:16:29 +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 skew symmetric test 2024-02-04 21:13:06 -05:00
unsupported Fix a bunch of ODR violations. 2024-01-30 22:38:43 +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
CMakeLists.txt Avoid building docs if cross-compiling or not top level. 2023-10-23 17:55:01 +00:00
COPYING.APACHE
COPYING.BSD
COPYING.MINPACK
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
CTestCustom.cmake.in
eigen3.pc.in
INSTALL
README.md
signature_of_eigen3_matrix_library

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.