NameDateSize

..14-Feb-20134 KiB

Android.mk14-Feb-2013725

bench/14-Feb-20134 KiB

blas/14-Feb-20134 KiB

CleanSpec.mk14-Feb-20132.3 KiB

cmake/14-Feb-20134 KiB

CMakeLists.txt14-Feb-201314.8 KiB

COPYING.BSD14-Feb-20131.5 KiB

COPYING.GPL14-Feb-201334.3 KiB

COPYING.LGPL14-Feb-20137.5 KiB

COPYING.MINPACK14-Feb-20132.2 KiB

COPYING.MPL214-Feb-201316.3 KiB

COPYING.README14-Feb-2013646

CTestConfig.cmake14-Feb-2013535

CTestCustom.cmake.in14-Feb-2013130

debug/14-Feb-20134 KiB

demos/14-Feb-20134 KiB

doc/14-Feb-20134 KiB

Eigen/14-Feb-20134 KiB

eigen3.pc.in14-Feb-2013193

failtest/14-Feb-20134 KiB

INSTALL14-Feb-20131.1 KiB

lapack/14-Feb-20134 KiB

MODULE_LICENSE_MPL214-Feb-20130

README.android14-Feb-2013448

scripts/14-Feb-20134 KiB

signature_of_eigen3_matrix_library14-Feb-2013216

test/14-Feb-20134 KiB

unsupported/14-Feb-20134 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
8If you want to guarantee that the Eigen code that you are #including is licensed
9under the MPL2 and possibly more permissive licenses (like BSD), #define this
10preprocessor symbol:
11  EIGEN_MPL2_ONLY
12For example, with most compilers, you could add this to your project CXXFLAGS:
13  -DEIGEN_MPL2_ONLY
14This will cause a compilation error to be generated if you #include any code that is
15LGPL licensed.
16

README.android

1Eigen 3.1.1
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.1.1. Released on July 22, 2012. This is a copy of the source
10distribution from http://bitbucket.org/eigen/eigen/get/3.1.1.tar.gz.
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