NameDateSize

..05-Nov-20144 KiB

Android.mk05-Nov-2014725

bench/05-Nov-20144 KiB

blas/05-Nov-20144 KiB

CleanSpec.mk05-Nov-20142.3 KiB

cmake/05-Nov-20144 KiB

CMakeLists.txt05-Nov-201416.5 KiB

COPYING.BSD05-Nov-20141.5 KiB

COPYING.GPL05-Nov-201434.3 KiB

COPYING.LGPL05-Nov-201425.9 KiB

COPYING.MINPACK05-Nov-20142.2 KiB

COPYING.MPL205-Nov-201416.3 KiB

COPYING.README05-Nov-2014779

CTestConfig.cmake05-Nov-2014541

CTestCustom.cmake.in05-Nov-2014105

debug/05-Nov-20144 KiB

demos/05-Nov-20144 KiB

doc/05-Nov-20144 KiB

Eigen/05-Nov-20144 KiB

eigen3.pc.in05-Nov-2014193

failtest/05-Nov-20144 KiB

INSTALL05-Nov-20141.1 KiB

lapack/05-Nov-20144 KiB

MODULE_LICENSE_MPL205-Nov-20140

README.android05-Nov-2014450

scripts/05-Nov-20144 KiB

signature_of_eigen3_matrix_library05-Nov-2014216

test/05-Nov-20144 KiB

unsupported/05-Nov-20144 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