Name Date Size #Lines LOC

..--

Eigen/H25-Apr-2025-148,920105,524

bench/H25-Apr-2025-22,80815,607

blas/H25-Apr-2025-39,43328,003

ci/H25-Apr-2025-892778

cmake/H25-Apr-2025-7,2956,423

debug/H25-Apr-2025-849690

demos/H25-Apr-2025-2,4551,799

doc/H25-Apr-2025-16,03912,810

failtest/H25-Apr-2025-941686

lapack/H25-Apr-2025-9,6082,919

scripts/H25-Apr-2025-475324

test/H25-Apr-2025-37,51328,748

unsupported/H25-Apr-2025-106,50477,395

Android.bpH A D25-Apr-20252.9 KiB10291

CMakeLists.txtH A D25-Apr-202524.2 KiB654531

COPYING.APACHEH A D25-Apr-202511.1 KiB203171

COPYING.BSDH A D25-Apr-20251.5 KiB2723

COPYING.GPLH A D25-Apr-202534.3 KiB675553

COPYING.LGPLH A D25-Apr-202525.9 KiB503418

COPYING.MINPACKH A D25-Apr-20252.1 KiB5243

COPYING.MPL2H A D25-Apr-202516.3 KiB374293

COPYING.READMEH A D25-Apr-2025779 1915

CTestConfig.cmakeH A D25-Apr-2025584 1816

CTestCustom.cmake.inH A D25-Apr-2025180 53

CleanSpec.mkH A D25-Apr-20252.3 KiB530

INSTALLH A D25-Apr-20251.1 KiB3625

METADATAH A D25-Apr-2025401 1816

MODULE_LICENSE_MPL2HD25-Apr-20250

NOTICEH A D25-Apr-202516.3 KiB374293

OWNERSH A D25-Apr-202559 43

README.androidH A D25-Apr-2025450 149

README.mdH A D25-Apr-2025288 63

README.versionH A D25-Apr-2025110 43

eigen3.pc.inH A D25-Apr-2025254 108

signature_of_eigen3_matrix_libraryH A D25-Apr-2025216 21

COPYING.README

1Eigen is primarily MPL2 licensed. See COPYING.MPL2 and these links:
2  http://www.mozilla.org/MPL/2.0/
3  http://www.mozilla.org/MPL/2.0/FAQ.html
4
5Some files contain third-party code under BSD or LGPL licenses, whence the other
6COPYING.* files here.
7
8All the LGPL code is either LGPL 2.1-only, or LGPL 2.1-or-later.
9For this reason, the COPYING.LGPL file contains the LGPL 2.1 text.
10
11If you want to guarantee that the Eigen code that you are #including is licensed
12under the MPL2 and possibly more permissive licenses (like BSD), #define this
13preprocessor symbol:
14  EIGEN_MPL2_ONLY
15For example, with most compilers, you could add this to your project CXXFLAGS:
16  -DEIGEN_MPL2_ONLY
17This will cause a compilation error to be generated if you #include any code that is
18LGPL licensed.
19

README.android

1Eigen 3.2.2
2-----------
3
4Eigen is a C++ template library for linear algebra: matrices, vectors,
5numerical solvers, and related algorithms.
6
7Website: http://eigen.tuxfamily.org/
8
9v3.2.2. Released on August 4, 2014. This is a copy of the source
10distribution from http://bitbucket.org/eigen/eigen/get/3.2.2.tar.bz2.
11
12Non MPL2 license code is disabled. Trying to include such files will
13lead to an error. See ./Eigen/src/Core/util/NonMPL2.h for details.
14

README.md

1**Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.**
2
3For more information go to http://eigen.tuxfamily.org/.
4
5For ***pull request***, ***bug reports***, and ***feature requests***, go to https://gitlab.com/libeigen/eigen.
6

README.version

1URL: https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.bz2
2Version: 3.4.0
3BugComponent: 99023
4