Go to file
2021-12-02 00:10:58 +00:00
.gitlab Add GitLab templates for issues and merge requests 2021-03-31 16:01:12 +00:00
bench Revert "Update SVD Module to allow specifying computation options with a... 2021-11-30 18:45:54 +00:00
blas optimize cmake scripts for subproject use 2021-10-28 16:08:02 +02:00
ci Disable GCC-4.8 tests. 2021-12-01 02:12:52 +00:00
cmake Updated CMake 2021-11-29 20:24:20 +00:00
debug Add LLDB Pretty Printer 2021-09-07 17:28:24 +00:00
demos Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
doc Require recent GCC and MSCV and removed EIGEN_HAS_CXX14 and some other feature test macros 2021-12-01 00:48:34 +00:00
Eigen Improved lapacke binding code for HouseholderQR and PartialPivLU 2021-12-02 00:10:58 +00:00
failtest Bump CMake files to at least c++11. 2021-08-25 20:07:48 +00:00
lapack Revert "Update SVD Module to allow specifying computation options with a... 2021-11-30 18:45:54 +00:00
scripts
test Require recent GCC and MSCV and removed EIGEN_HAS_CXX14 and some other feature test macros 2021-12-01 00:48:34 +00:00
unsupported Remove macro EIGEN_GPU_TEST_C99_MATH 2021-12-01 14:48:56 +00:00
.clang-format added clang format 2021-11-09 23:49:01 +01:00
.gitignore New CI infrastructure, including AArch64 runners 2020-09-11 18:11:49 +00:00
.gitlab-ci.yml Add CI infrastructure for pre-merge smoke tests. 2021-04-01 00:08:37 +00:00
.hgeol
CMakeLists.txt Require recent GCC and MSCV and removed EIGEN_HAS_CXX14 and some other feature test macros 2021-12-01 00:48:34 +00:00
COPYING.APACHE
COPYING.BSD
COPYING.GPL
COPYING.LGPL
COPYING.MINPACK
COPYING.MPL2
COPYING.README
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.