Go to file
Charles Schlosser 2c4541f735 fix msvc clz
2023-12-13 03:33:49 +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 Undo cmake pools changes 2023-03-17 16:06:26 +00:00
cmake [SYCL-2020] Add test to validate SYCL in Eigen core. 2023-07-28 15:45:08 +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 Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
Eigen fix msvc clz 2023-12-13 03:33:49 +00:00
failtest Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
lapack Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
scripts Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +00:00
test Add internal ctz/clz implementation. 2023-12-11 21:03:09 +00:00
unsupported Clang-format tests, examples, libraries, benchmarks, etc. 2023-12-05 21:22:55 +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 exclude Eigen/Core and Eigen/src/Core from being ignored due to core ignore rule 2023-04-12 10:42:21 -04:00
.gitlab-ci.yml Add CI infrastructure for pre-merge smoke tests. 2021-04-01 00:08:37 +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.