NameDateSize

..02-Jul-20154 KiB

Android.mk02-Jul-2015725

bench/02-Jul-20154 KiB

blas/02-Jul-20154 KiB

CleanSpec.mk02-Jul-20152.3 KiB

cmake/02-Jul-20154 KiB

CMakeLists.txt02-Jul-201516.5 KiB

COPYING.BSD02-Jul-20151.5 KiB

COPYING.GPL02-Jul-201534.3 KiB

COPYING.LGPL02-Jul-201525.9 KiB

COPYING.MINPACK02-Jul-20152.2 KiB

COPYING.MPL202-Jul-201516.3 KiB

COPYING.README02-Jul-2015779

CTestConfig.cmake02-Jul-2015541

CTestCustom.cmake.in02-Jul-2015105

debug/02-Jul-20154 KiB

demos/02-Jul-20154 KiB

doc/02-Jul-20154 KiB

Eigen/02-Jul-20154 KiB

eigen3.pc.in02-Jul-2015193

failtest/02-Jul-20154 KiB

INSTALL02-Jul-20151.1 KiB

lapack/02-Jul-20154 KiB

MODULE_LICENSE_MPL202-Jul-20150

README.android02-Jul-2015450

scripts/02-Jul-20154 KiB

signature_of_eigen3_matrix_library02-Jul-2015216

test/02-Jul-20154 KiB

unsupported/02-Jul-20154 KiB

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