• Home
Name Date Size #Lines LOC

..--

Eigen/03-May-2024-80,57550,726

bench/03-May-2024-17,59911,451

blas/03-May-2024-43,43330,313

cmake/03-May-2024-2,5242,112

debug/03-May-2024-743616

demos/03-May-2024-2,4531,799

doc/03-May-2024-13,06910,317

failtest/03-May-2024-620448

lapack/03-May-2024-9,4732,797

scripts/03-May-2024-438302

test/03-May-2024-23,46117,054

unsupported/03-May-2024-31,92421,985

Android.mkD03-May-2024666 172

CMakeLists.txtD03-May-202416.5 KiB421334

COPYING.BSDD03-May-20241.5 KiB2623

COPYING.GPLD03-May-202434.3 KiB675553

COPYING.LGPLD03-May-202425.9 KiB503418

COPYING.MINPACKD03-May-20242.2 KiB5343

COPYING.MPL2D03-May-202416.3 KiB374293

COPYING.READMED03-May-2024779 1915

CTestConfig.cmakeD03-May-2024541 1412

CTestCustom.cmake.inD03-May-2024105 42

CleanSpec.mkD03-May-20242.3 KiB530

INSTALLD03-May-20241.1 KiB3625

MODULE_LICENSE_MPL2D03-May-20240

NOTICED03-May-202416.3 KiB374293

README.androidD03-May-2024450 149

README.versionD03-May-202491 43

eigen3.pc.inD03-May-2024193 76

signature_of_eigen3_matrix_libraryD03-May-2024216 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.version

1URL: http://bitbucket.org/eigen/eigen/get/3.2.4.tar.bz2
2Version: 3.2.4
3BugComponent: 99023
4