Go to file
2022-11-21 20:07:19 +00:00
.gitlab
bench Fix some cmake issues. 2022-09-02 16:43:14 +00: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 Avoid leading underscore followed by cap in template identifiers 2021-08-04 22:41:52 +00:00
doc Cross product for vectors of size 2. Fixes #1037 2022-11-15 22:39:42 +00:00
Eigen Add serialization for sparse matrix and sparse vector. 2022-11-21 19:43:07 +00:00
failtest Bump CMake files to at least c++11. 2021-08-25 20:07:48 +00:00
lapack Don't include .cpp in lapack. 2022-03-30 21:41:56 +00:00
scripts
test Fix a bunch of annoying compiler warnings in tests 2022-11-21 20:07:19 +00:00
unsupported Small cleanup of IDRS.h 2022-11-16 13:51:23 +00:00
.clang-format [clang-format] Add a few macros to AttributeMacros 2022-10-10 16:44:47 +00:00
.gitignore
.gitlab-ci.yml
.hgeol
CMakeLists.txt Fix some cmake issues. 2022-09-02 16:43:14 +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 Replace COPYING.LGPL by a copy of the LGPL 2.1 (instead of LGPL 3). 2012-09-10 13:27:44 -04: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.