NameDateSize

..23-Aug-201612 KiB

Android.mk23-Aug-2016666

bench/23-Aug-20164 KiB

blas/23-Aug-20164 KiB

CleanSpec.mk23-Aug-20162.3 KiB

cmake/23-Aug-20164 KiB

CMakeLists.txt23-Aug-201616.5 KiB

COPYING.BSD23-Aug-20161.5 KiB

COPYING.GPL23-Aug-201634.3 KiB

COPYING.LGPL23-Aug-201625.9 KiB

COPYING.MINPACK23-Aug-20162.2 KiB

COPYING.MPL223-Aug-201616.3 KiB

COPYING.README23-Aug-2016779

CTestConfig.cmake23-Aug-2016541

CTestCustom.cmake.in23-Aug-2016105

debug/23-Aug-20164 KiB

demos/23-Aug-20164 KiB

doc/23-Aug-20164 KiB

Eigen/23-Aug-20164 KiB

eigen3.pc.in23-Aug-2016193

failtest/23-Aug-20164 KiB

INSTALL23-Aug-20161.1 KiB

lapack/23-Aug-20164 KiB

MODULE_LICENSE_MPL223-Aug-20160

NOTICE23-Aug-201616.3 KiB

README.android23-Aug-2016450

README.version23-Aug-201691

scripts/23-Aug-20164 KiB

signature_of_eigen3_matrix_library23-Aug-2016216

test/23-Aug-20164 KiB

unsupported/23-Aug-20164 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

README.version

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