Go to file
2023-04-27 00:06:09 +00:00
.gitlab Add GitLab templates for issues and merge requests 2021-03-31 16:01:12 +00:00
bench Remove LGPL Code and references. 2023-02-08 01:25:06 +00:00
blas Remove unused declarations of BLAS/LAPACK routines 2023-03-23 21:54:05 +00:00
ci Undo cmake pools changes 2023-03-17 16:06:26 +00:00
cmake Replace the Deprecated $<CONFIGURATION> with $<CONFIG> 2023-01-17 19:44:32 +00:00
debug Small cleanup of GDB pretty printer code 2021-12-18 17:34:38 +00:00
demos Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
doc DOC: Update documentation for 3.4.x 2023-04-06 19:20:41 +00:00
Eigen Revert "Geometry/EulerAngles: make sure that returned solution has canonical ranges" 2023-04-27 00:06:09 +00:00
failtest Bump CMake files to at least c++11. 2021-08-25 20:07:48 +00:00
lapack Remove unused declarations of BLAS/LAPACK routines 2023-03-23 21:54:05 +00:00
scripts Replace calls to "hg" by calls to "git" 2019-12-04 11:24:06 +01:00
test Revert "Geometry/EulerAngles: make sure that returned solution has canonical ranges" 2023-04-27 00:06:09 +00:00
unsupported Make sure we return +/-1 above the clamping point for Erf(). 2023-04-18 20:53:01 +00:00
.clang-format [clang-format] Add a few macros to AttributeMacros 2022-10-10 16:44:47 +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 Undo cmake pools changes 2023-03-17 16:06:26 +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.