Go to file
2022-07-09 04:56:36 +00:00
.gitlab
bench unset executable flag 2022-05-22 22:47:43 +09:00
blas Remove EIGEN_EMPTY_STRUCT_CTOR 2022-04-08 18:27:26 +00:00
ci Enable Aarch64 CI 2022-03-24 19:50:49 +00:00
cmake Add support for Apple's Accelerate sparse matrix solvers 2022-03-08 00:09:18 +00:00
debug Small cleanup of GDB pretty printer code 2021-12-18 17:34:38 +00:00
demos
doc Fix row vs column vector typo in Matrix class tutorial 2022-06-07 17:28:19 +00:00
Eigen Fix ODR violations. 2022-07-09 04:56:36 +00:00
failtest
lapack Don't include .cpp in lapack. 2022-03-30 21:41:56 +00:00
scripts
test Enable subtests which use device side malloc since this has been fixed in ROCm 5.2. 2022-06-29 17:09:43 +00:00
unsupported Fix ODR violations. 2022-07-09 04:56:36 +00:00
.clang-format added clang format 2021-11-09 23:49:01 +01:00
.gitignore
.gitlab-ci.yml
.hgeol
CMakeLists.txt Add uninstall target only if not already defined. 2022-05-05 17:43:08 +00:00
COPYING.APACHE
COPYING.BSD
COPYING.LGPL
COPYING.MINPACK
COPYING.MPL2 Update MPL2 with https. 2022-02-07 17:30:31 +00:00
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.