NameDateSize

..10-Aug-201812 KiB

Android.bp10-Aug-2018765

bench/10-Aug-20184 KiB

blas/10-Aug-20184 KiB

CleanSpec.mk10-Aug-20182.3 KiB

cmake/10-Aug-20184 KiB

CMakeLists.txt10-Aug-201823.3 KiB

COPYING.BSD10-Aug-20181.5 KiB

COPYING.GPL10-Aug-201834.3 KiB

COPYING.LGPL10-Aug-201825.9 KiB

COPYING.MINPACK10-Aug-20182.2 KiB

COPYING.MPL210-Aug-201816.3 KiB

COPYING.README10-Aug-2018779

CTestConfig.cmake10-Aug-2018541

CTestCustom.cmake.in10-Aug-2018105

debug/10-Aug-20184 KiB

demos/10-Aug-20184 KiB

doc/10-Aug-20184 KiB

Eigen/10-Aug-20184 KiB

eigen3.pc.in10-Aug-2018254

failtest/10-Aug-20184 KiB

INSTALL10-Aug-20181.1 KiB

lapack/10-Aug-20184 KiB

MODULE_LICENSE_MPL210-Aug-20180

NOTICE10-Aug-201816.3 KiB

OWNERS10-Aug-201841

README.android10-Aug-2018450

README.version10-Aug-201891

scripts/10-Aug-20184 KiB

signature_of_eigen3_matrix_library10-Aug-2018216

test/10-Aug-20184 KiB

unsupported/10-Aug-20184 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.3.3.tar.bz2
2Version: 3.3.3
3BugComponent: 99023
4